{
    "issuer": "https:\/\/blackwall.cx",
    "authorization_endpoint": "https:\/\/blackwall.cx\/oauth\/authorize",
    "token_endpoint": "https:\/\/blackwall.cx\/oauth\/token",
    "userinfo_endpoint": "https:\/\/blackwall.cx\/oauth\/userinfo",
    "jwks_uri": "https:\/\/blackwall.cx\/oauth\/jwks",
    "revocation_endpoint": "https:\/\/blackwall.cx\/oauth\/revoke",
    "introspection_endpoint": "https:\/\/blackwall.cx\/oauth\/introspect",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "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_post",
        "client_secret_basic",
        "none"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ]
}