{
    "authorization_endpoint": "https://sandbox-oba.revolut.com/ui/index.html",
    "claim_types_supported": [
        "normal"
    ],
    "claims_parameter_supported": true,
    "claims_supported": [
        "openbanking_intent_id"
    ],
    "grant_types_supported": [
        "authorization_code",
        "client_credentials",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "PS256"
    ],
    "issuer": "https://sandbox-oba-auth.revolut.com",
    "jwks_uri": "https://keystore.openbankingtest.org.uk/001580000103UAvAAM/001580000103UAvAAM.jwks",
    "registration_endpoint": "https://sandbox-oba-auth.revolut.com/register",
    "request_object_signing_alg_values_supported": [
        "PS256",
        "ES256"
    ],
    "request_parameter_supported": true,
    "request_uri_parameter_supported": false,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "form_post",
        "fragment",
        "query"
    ],
    "response_types_supported": [
        "code id_token"
    ],
    "scopes_supported": [
        "openid",
        "accounts",
        "payments",
        "fundsconfirmations",
        "name-verification"
    ],
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://sandbox-oba-auth.revolut.com/token",
    "token_endpoint_auth_methods_supported": [
        "tls_client_auth"
    ],
    "token_endpoint_auth_signing_alg_values_supported": [
        "PS256"
    ],
    "userinfo_signing_alg_values_supported": [
        "none"
    ]
}