{
  "issuer": "https://saml.expansivefm.net",
  "authorization_endpoint": "https://saml.expansivefm.net/api/oauth/authorize",
  "token_endpoint": "https://saml.expansivefm.net/api/oauth/token",
  "userinfo_endpoint": "https://saml.expansivefm.net/api/oauth/userinfo",
  "jwks_uri": "https://saml.expansivefm.net/oauth/jwks",
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ]
}