{
    "issuer": "https://auth-stg.acorianooriental.pt",
    "authorization_endpoint": "https://auth-stg.acorianooriental.pt/authorize",
    "token_endpoint": "https://auth-stg.acorianooriental.pt/token",
    "userinfo_endpoint": "https://auth-stg.acorianooriental.pt/userinfo",
    "jwks_uri": "https://auth-stg.acorianooriental.pt/jwks",
    "registration_endpoint": "https://auth-stg.acorianooriental.pt/register",
    "revocation_endpoint": "https://auth-stg.acorianooriental.pt/revoke",
    "end_session_endpoint": "https://auth-stg.acorianooriental.pt/end_session",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token",
        "client_credentials"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "offline_access"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "code_challenge_methods_supported": [
        "S256",
        "plain"
    ]
}