Skip to content

Instantly share code, notes, and snippets.

@KalanaDananjaya
Created June 15, 2022 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KalanaDananjaya/5e12c28efd45789de5762a74c42c8e93 to your computer and use it in GitHub Desktop.
Save KalanaDananjaya/5e12c28efd45789de5762a74c42c8e93 to your computer and use it in GitHub Desktop.
WSO2 IS Well Known Configuration for CIBA Conformance suite
{
"request_parameter_supported":true,
"claims_parameter_supported":true,
"scopes_supported":[
"openid",
"accounts",
"payments"
],
"check_session_iframe":"https://toolkit-conformance-suite:9446/oidc/checksession",
"issuer":"https://toolkit-conformance-suite:9446/oauth2/token",
"authorization_endpoint":"https://toolkit-conformance-suite: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://toolkit-conformance-suite: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://toolkit-conformance-suite:9446/oidc/logout",
"userinfo_endpoint":"https://toolkit-conformance-suite:9446/oauth2/userinfo",
"jwks_uri":"https://keystore.openbankingtest.org.uk/0015800001HQQrZAAX/0015800001HQQrZAAX.jwks",
"subject_types_supported":[
"pairwise"
],
"id_token_signing_alg_values_supported":[
"PS256"
],
"id_token_signing_alg":[
"PS256"
],
"registration_endpoint":"https://toolkit-conformance-suite:9446/keymanager-operations/dcr/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