{
  "issuer": "https://accounts.centris.ca/",
  "authorization_endpoint": "https://accounts.centris.ca/connect/authorize",
  "token_endpoint": "https://accounts.centris.ca/connect/token",
  "end_session_endpoint": "https://accounts.centris.ca/connect/logout",
  "revocation_endpoint": "https://accounts.centris.ca/connect/revocation",
  "userinfo_endpoint": "https://accounts.centris.ca/api/userinfo",
  "jwks_uri": "https://accounts.centris.ca/.well-known/jwks",
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "refresh_token",
    "client_credentials"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token",
    "token"
  ],
  "response_modes_supported": [
    "form_post",
    "fragment",
    "query"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile",
    "roles",
    "offline_access",
    "phone",
    "office",
    "certificate",
    "magic_link",
    "legacy_centris_token",
    "reset_password"
  ],
  "claims_supported": [
    "aud",
    "exp",
    "iat",
    "iss",
    "sub"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "claims_parameter_supported": false,
  "request_parameter_supported": false,
  "request_uri_parameter_supported": false,
  "authorization_response_iss_parameter_supported": true
}