{
  "issuer": "https://api.privacyportal.org",
  "authorization_endpoint": "https://app.privacyportal.org/oauth/authorize",
  "token_endpoint": "https://api.privacyportal.org/oauth/token",
  "userinfo_endpoint": "https://api.privacyportal.org/oauth/userinfo",
  "jwks_uri": "https://api.privacyportal.org/oauth/keys",
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "PS256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "name",
    "profile"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "claims_supported": [
    "aud",
    "sub",
    "iss",
    "name",
    "email",
    "email_verified",
    "at_hash",
    "c_hash",
    "nonce",
    "exp",
    "iat"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "web_message"
  ]
}