Skip to content

Instantly share code, notes, and snippets.

@atomicsamurai
Created April 12, 2021 18:01
Show Gist options
  • Select an option

  • Save atomicsamurai/5b570aeea0cc684abfd9d38e38c1ba97 to your computer and use it in GitHub Desktop.

Select an option

Save atomicsamurai/5b570aeea0cc684abfd9d38e38c1ba97 to your computer and use it in GitHub Desktop.
{
"issuer" : "https://platform.ringcentral.com",
"authorization_endpoint" : "https://api.ringcentral.com/restapi/oauth/authorize",
"token_endpoint" : "https://api.ringcentral.com/restapi/oauth/token",
"revocation_endpoint" : "https://api.ringcentral.com/restapi/oauth/revoke",
"userinfo_endpoint" : "https://api.ringcentral.com/restapi/oauth/userinfo",
"jwks_uri" : "https://api.ringcentral.com/restapi/oauth/jwks",
"scopes_supported" : [ "email", "openid", "profile" ],
"token_endpoint_auth_methods_supported" : [ "client_secret_basic", "client_secret_jwt", "private_key_jwt" ],
"response_types_supported" : [ "code" ],
"subject_types_supported" : [ "public" ],
"userinfo_signing_alg_values_supported" : [ "none" ],
"id_token_signing_alg_values_supported" : [ "RS256", "HS256" ],
"display_values_supported" : [ "page", "popup", "touch", "wap" ],
"claims_supported" : [ "aud", "auth_time", "email", "email_verified", "exp", "iat", "iss", "jti", "nonce", "sub", "account_id", "given_name", "family_name" ],
"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" ],
"claims_parameter_supported" : false,
"claims_locales_supported" : false,
"request_parameter_supported" : false,
"request_uri_parameter_supported" : false,
"code_challenge_methods_supported": ["S256"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment