light-mode-image
Learn
MATTR VII PlatformAuthentication provider

Retrieve an Authentication Provider

Retrieve an existing Authentication Provider by providing its ID.

Analytics Events

USER_AUTHENTICATION_PROVIDER_RETRIEVE_STARTUSER_AUTHENTICATION_PROVIDER_RETRIEVE_SUCCESSUSER_AUTHENTICATION_PROVIDER_RETRIEVE_FAIL

Roles

adminissuer
GET/v1/users/authentication-providers/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Authentication Provider ID

Formatuuid

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v1/users/authentication-providers/41458e5a-9092-40b7-9a26-d4eb43c5792f"
{
  "id": "983c0a86-204f-4431-9371-f5a22e506599",
  "redirectUrl": "https://tenant.vii.mattr.global/v1/oauth/authentication/callback",
  "url": "http://example.com",
  "scope": [
    "openid",
    "profile",
    "email",
    "address",
    "phone"
  ],
  "clientId": "vJ0SCKchr4XjC0xHNE8DkH6Pmlg2lkCN",
  "clientSecret": "***********************************************************6-OjH",
  "tokenEndpointAuthMethod": "client_secret_post",
  "staticRequestParameters": {
    "prompt": "login",
    "max_age": 10000
  },
  "forwardedRequestParameters": [
    "login_hint"
  ],
  "claimsToPersist": [
    "first_name",
    "last_name",
    "email"
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?