Discovery
Discovery Endpoint
Response
{
"issuer": "https://auth.example.com",
"authorization_endpoint": "https://auth.example.com/authorize",
"token_endpoint": "https://auth.example.com/token",
"userinfo_endpoint": "https://auth.example.com/userinfo",
"jwks_uri": "https://auth.example.com/.well-known/jwks.json",
"registration_endpoint": "https://auth.example.com/register",
"revocation_endpoint": "https://auth.example.com/token/revoke",
"introspection_endpoint": "https://auth.example.com/token/introspect",
"device_authorization_endpoint": "https://auth.example.com/device",
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"offline_access"
],
"response_types_supported": [
"code",
"token",
"id_token",
"code token",
"code id_token",
"token id_token",
"code token id_token"
],
"response_modes_supported": [
"query",
"fragment"
],
"grant_types_supported": [
"authorization_code",
"refresh_token",
"client_credentials",
"urn:ietf:params:oauth:grant-type:device_code"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"none"
],
"claims_supported": [
"sub",
"iss",
"aud",
"exp",
"iat",
"auth_time",
"nonce",
"name",
"given_name",
"family_name",
"email",
"email_verified",
"picture",
"locale"
],
"code_challenge_methods_supported": [
"S256",
"plain"
]
}Fields
Core Endpoints
Field
Description
Additional Endpoints
Field
Description
Supported Features
Field
Description
Usage
JavaScript
Python
Caching
Validation
Next Steps
Last updated
Was this helpful?