
{
    "issuer": "https://auth-dev.mavryx.solutions",
    "authorization_endpoint": "https://auth-dev.mavryx.solutions/oauth2/authorize",
    "token_endpoint": "https://auth-dev.mavryx.solutions/oauth2/token",
    "jwks_uri": "https://auth-dev.mavryx.solutions/oauth2/certs",
    "scopes_supported": [
        "openid",
        "profile"
    ],
    "code_challenge_methods_supported": [
        "S256",
        "plain"
    ],
    "response_modes_supported": [
        "query",
        "form_post"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ]
}
 