{
  "issuer": "https://platform.8x8.com",
  "authorization_endpoint": "https://platform.8x8.com/oauth2/v2/authorize",
  "token_endpoint": "https://platform.8x8.com/oauth2/v2/token",
  "userinfo_endpoint": "https://platform.8x8.com/oauth2/v2/userinfo",
  "tokeninfo_endpoint": "https://platform.8x8.com/oauth2/v2/tokeninfo",
  "revocation_endpoint": "https://platform.8x8.com/oauth2/v2/revoke",
  "jwks_uri": "https://platform.8x8.com/oauth2/v2/certs",
  "response_type_supported": [
    "code",
    "token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "jti"
  ],
  "token_claims_supported": [
    "sub",
    "iss",
    "aud",
    "iat",
    "exp",
    "jti",
    "lid",
    "cid",
    "bro",
    "typ",
    "scd",
    "cst"
  ]
}