{
  "authorization_endpoint" : "https://platform.ringcentral.com/restapi/oauth/authorize",
  "claims_parameter_supported" : false,
  "claims_supported" : [ "aud", "auth_time", "email", "email_verified", "exp", "iat", "iss", "jti", "nonce", "sub", "account_id", "given_name", "family_name", "brand_id" ],
  "code_challenge_methods_supported" : [ "plain", "S256" ],
  "display_values_supported" : [ "page", "popup", "touch", "wap" ],
  "id_token_signing_alg_values_supported" : [ "RS256", "HS256" ],
  "issuer" : "https://platform.ringcentral.com",
  "jwks_uri" : "https://platform.ringcentral.com/restapi/oauth/jwks",
  "request_parameter_supported" : false,
  "request_uri_parameter_supported" : false,
  "response_types_supported" : [ "code" ],
  "revocation_endpoint" : "https://platform.ringcentral.com/restapi/oauth/revoke",
  "scopes_supported" : [ "email", "openid", "profile" ],
  "subject_types_supported" : [ "public" ],
  "token_endpoint" : "https://platform.ringcentral.com/restapi/oauth/token",
  "token_endpoint_auth_methods_supported" : [ "client_secret_basic", "client_secret_jwt", "private_key_jwt" ],
  "ui_locales_supported" : [ "en", "it", "it-IT", "es", "es-ES", "es-419", "pt-BR", "pt-PT", "ja-JP", "ja", "fr", "fr-FR", "en-CA", "fr-CA", "de", "de-DE", "zh-CN", "zh-TW", "zh-HK", "en-AU", "ko-KR", "nl-NL", "en-GB", "en-US", "fi-FI", "pl-PL", "sv-SE" ],
  "userinfo_endpoint" : "https://platform.ringcentral.com/restapi/oauth/userinfo",
  "userinfo_signing_alg_values_supported" : [ "none" ]
}