Skip to main content

OpenIDConfiguration

issuerstring
Example: https://identity.eurofurence.org/
authorization_endpointstring
Example: https://identity.eurofurence.org/oauth2/auth
token_endpointstring
Example: https://identity.eurofurence.org/oauth2/token
userinfo_endpointstring
Example: https://identity.eurofurence.org/userinfo
jwks_uristring
Example: https://identity.eurofurence.org/.well-known/jwks.json
subject_types_supportedstring[]
Example: ["public"]
response_types_supportedstring[]
Example: ["code","id_token","code id_token","token"]
scopes_supportedstring[]
Example: ["openid","profile","email","offline","offline_access","groups"]
token_endpoint_auth_methods_supportedstring[]
Example: ["client_secret_basic","client_secret_post"]
id_token_signing_alg_values_supportedstring[]
Example: ["RS256"]
grant_types_supportedstring[]
Example: ["authorization_code","refresh_token","client_credentials"]
OpenIDConfiguration
{
"issuer": "https://identity.eurofurence.org/",
"authorization_endpoint": "https://identity.eurofurence.org/oauth2/auth",
"token_endpoint": "https://identity.eurofurence.org/oauth2/token",
"userinfo_endpoint": "https://identity.eurofurence.org/userinfo",
"jwks_uri": "https://identity.eurofurence.org/.well-known/jwks.json",
"subject_types_supported": [
"public"
],
"response_types_supported": [
"code",
"id_token",
"code id_token",
"token"
],
"scopes_supported": [
"openid",
"profile",
"email",
"offline",
"offline_access",
"groups"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"grant_types_supported": [
"authorization_code",
"refresh_token",
"client_credentials"
]
}