Well Known

Well known endpoints like jwks, deep linking and openid-configuration.

JWKS

Retrieve the JSON Web Key Set of the instance

Responses
200

The JSON Web Key Set

get/.well-known/jwks.json

Apple App Site Association

Retrieve the Apple App Site Association file of the instance

Responses
200

The Apple App Site Association file

get/.well-known/apple-app-site-association

Basic OpenID Configuration Payload

Get a basic openid configuration payload

Responses
200

Get a basic openid configuration payload

get/.well-known/openid-configuration
Response samples
application/json
{
  • "issuer": "string",
  • "jwks_uri": "string",
  • "authorization_endpoint": "string",
  • "backchannel_logout_supported": true,
  • "frontchannel_logout_supported": true,
  • "grant_types_supported": [
    ],
  • "response_modes_supported": [
    ],
  • "response_types_supported": [
    ],
  • "token_endpoint": "string",
  • "token_endpoint_auth_methods_supported": [
    ],
  • "userinfo_endpoint": "string"
}