auth/minimock/openid-configuration
2024-09-13 23:41:29 +02:00

74 lines
No EOL
1.8 KiB
Text

{
"issuer": "https://auth.keks.cloud/application/o/test/",
"authorization_endpoint": "https://auth.keks.cloud/application/o/authorize/",
"token_endpoint": "https://auth.keks.cloud/application/o/token/",
"userinfo_endpoint": "https://auth.keks.cloud/application/o/userinfo/",
"end_session_endpoint": "https://auth.keks.cloud/application/o/test/end-session/",
"introspection_endpoint": "https://auth.keks.cloud/application/o/introspect/",
"revocation_endpoint": "https://auth.keks.cloud/application/o/revoke/",
"device_authorization_endpoint": "https://auth.keks.cloud/application/o/device/",
"response_types_supported": [
"code",
"id_token",
"id_token token",
"code token",
"code id_token",
"code id_token token"
],
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"jwks_uri": "https://auth.keks.cloud/application/o/test/jwks/",
"grant_types_supported": [
"authorization_code",
"refresh_token",
"implicit",
"client_credentials",
"password",
"urn:ietf:params:oauth:grant-type:device_code"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"subject_types_supported": [
"public"
],
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"client_secret_basic"
],
"acr_values_supported": [
"goauthentik.io/providers/oauth2/default"
],
"scopes_supported": [
"profile",
"openid",
"email"
],
"request_parameter_supported": false,
"claims_supported": [
"sub",
"iss",
"aud",
"exp",
"iat",
"auth_time",
"acr",
"amr",
"nonce",
"email",
"email_verified",
"name",
"given_name",
"preferred_username",
"nickname",
"groups"
],
"claims_parameter_supported": false,
"code_challenge_methods_supported": [
"plain",
"S256"
]
}