Properties
Optional authorization_endpoint
authorization_endpoint: string
Optional backchannel_logout_supported
backchannel_logout_supported: boolean
Optional claims_supported
claims_supported: string[]
Optional device_authorization_endpoint
device_authorization_endpoint: string
Optional end_session_endpoint
end_session_endpoint: string
Optional frontchannel_logout_supported
frontchannel_logout_supported: boolean
Optional grant_types_supported
grant_types_supported: string[]
Optional id_token_signing_alg_values_supported
id_token_signing_alg_values_supported: string[]
Optional issuer
issuer: string
Optional jwks_uri
jwks_uri: string
Optional response_modes_supported
response_modes_supported: string[]
Optional response_types_supported
response_types_supported: string[]
Optional scopes_supported
scopes_supported: string[]
Optional subject_types_supported
subject_types_supported: string[]
Optional token_endpoint
token_endpoint: string
Optional token_endpoint_auth_methods_supported
token_endpoint_auth_methods_supported: string[]
Optional userinfo_endpoint
userinfo_endpoint: string
Optional userinfo_signing_alg_values_supported
userinfo_signing_alg_values_supported: string[]
OpenID Connect Configuration as described by the OpenID Provider Metadata.
Daniel DeGroff