Last active
June 6, 2023 05:43
-
-
Save dimuthnc/c8b8f85d351f5d048ec62f0d22243f06 to your computer and use it in GitHub Desktop.
openid-configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"request_parameter_supported":true, | |
"claims_parameter_supported":true, | |
"scopes_supported":[ | |
"openid", | |
"accounts", | |
"payments" | |
], | |
"check_session_iframe":"https://host.docker.internal:9446/oidc/checksession", | |
"issuer":"https://host.docker.internal:9446/oauth2/token", | |
"authorization_endpoint":"https://host.docker.internal:9446/oauth2/authorize", | |
"claims_supported":[ | |
"preferred_username", | |
"middle_name", | |
"formatted", | |
"updated_at", | |
"email", | |
"upn", | |
"sub", | |
"nickname", | |
"given_name", | |
"locality", | |
"gender", | |
"region", | |
"family_name", | |
"email_verified", | |
"profile", | |
"name", | |
"locale", | |
"phone_number_verified", | |
"zoneinfo", | |
"picture", | |
"postal_code", | |
"street_address", | |
"website", | |
"groups", | |
"address", | |
"phone_number", | |
"country", | |
"birthdate", | |
"iss", | |
"acr", | |
"openbanking_intent_id" | |
], | |
"userinfo_signing_alg_values_supported":[ | |
"PS256", | |
"ES256" | |
], | |
"token_endpoint_auth_methods_supported":[ | |
"private_key_jwt", | |
"tls_client_auth", | |
"client_secret_basic", | |
"client_secret_post" | |
], | |
"token_endpoint":"https://host.docker.internal:9446/oauth2/token", | |
"response_types_supported":[ | |
"code id_token", | |
"code", | |
"id_token", | |
"token" | |
], | |
"grant_types_supported":[ | |
"refresh_token", | |
"urn:ietf:params:oauth:grant-type:saml2-bearer", | |
"password", | |
"client_credentials", | |
"iwa:ntlm", | |
"authorization_code", | |
"urn:ietf:params:oauth:grant-type:jwt-bearer" | |
], | |
"end_session_endpoint":"https://host.docker.internal:9446/oidc/logout", | |
"userinfo_endpoint":"https://host.docker.internal:9446/oauth2/userinfo", | |
"jwks_uri":"https://keystore.openbankingtest.org.uk/0015800001HQQrZAAX/oQ4KoaavpOuoE7rvQsZEOV.jwks", | |
"subject_types_supported":[ | |
"pairwise" | |
], | |
"id_token_signing_alg_values_supported":[ | |
"PS256" | |
], | |
"id_token_signing_alg":[ | |
"PS256" | |
], | |
"registration_endpoint":"https://host.docker.internal:8243/open-banking/v3.3.0/register", | |
"request_object_signing_alg_values_supported":[ | |
"RS256", | |
"RS384", | |
"RS512", | |
"PS256", | |
"none" | |
], | |
"token_endpoint_auth_signing_alg_values_supported" : [ | |
"PS256", | |
"ES256" | |
], | |
"tls_client_certificate_bound_access_tokens":true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment