{
  "issuer": "https://idp.customer.example",
  "authorization_endpoint": "https://idp.customer.example/oauth2/authorize",
  "token_endpoint": "https://idp.customer.example/oauth2/token",
  "userinfo_endpoint": "https://idp.customer.example/oauth2/userInfo",
  "jwks_uri": "https://idp.customer.example/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ]
}