{
  "issuer": "https://auth.example.com",
  "authorization_endpoint": "https://auth.example.com/as/authorize",
  "token_endpoint": "https://auth.example.com/as/token.oauth2",
  "userinfo_endpoint": "https://auth.example.com/idp/userinfo.openid",
  "revocation_endpoint": "https://auth.example.com/as/revoke_token.oauth2",
  "jwks_uri": "https://auth.example.com/pf/JWKS",
  "end_session_endpoint": "https://auth.example.com/idp/startSLO.ping",
  "response_types_supported": ["code","token","id_token","code token","code id_token","token id_token","code token id_token"],
  "grant_types_supported": ["authorization_code","client_credentials","refresh_token"],
  "scopes_supported": ["openid","profile","email","offline_access"],
  "id_token_signing_alg_values_supported": ["RS256","ES256"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic","client_secret_post","private_key_jwt"],
  "code_challenge_methods_supported": ["S256"]
}
