Current section

Files

Jump to
ca priv eudi config openid-configuration.json
Raw

priv/eudi/config/openid-configuration.json

{
"version": "3.0",
"token_endpoint_auth_methods_supported": [
"public"
],
"claims_parameter_supported": true,
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"grant_types_supported": [
"authorization_code",
"implicit",
"urn:ietf:params:oauth:grant-type:jwt-bearer",
"refresh_token"
],
"jwks_uri": "http://127.0.0.1:5000/priv/eudi/static/jwks.json",
"scopes_supported": [
"openid"
],
"response_types_supported": [
"code"
],
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"subject_types_supported": [
"public",
"pairwise"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512",
"HS256",
"HS384",
"HS512"
],
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512",
"HS256",
"HS384",
"HS512"
],
"request_object_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"HS256",
"HS384",
"HS512",
"PS256",
"PS384",
"PS512"
],
"frontchannel_logout_supported": true,
"frontchannel_logout_session_required": true,
"backchannel_logout_supported": true,
"backchannel_logout_session_required": true,
"code_challenge_methods_supported": [
"S256"
],
"issuer": "http://127.0.0.1:5000",
"registration_endpoint": "http://127.0.0.1:5000/registration",
"introspection_endpoint": "http://127.0.0.1:5000/introspection",
"authorization_endpoint": "http://127.0.0.1:5000/authorizationV3",
"token_endpoint": "http://127.0.0.1:5000/token",
"userinfo_endpoint": "http://127.0.0.1:5000/userinfo",
"end_session_endpoint": "http://127.0.0.1:5000/session",
"pushed_authorization_request_endpoint": "http://127.0.0.1:5000/pushed_authorizationv2",
"credential_endpoint": "http://127.0.0.1:5000/credential"
}