{
  "issuer" : "https://id.sumsub.com/",
  "authorization_endpoint" : "https://id.sumsub.com/api/snsId/oauth/authorize",
  "token_endpoint" : "https://id.sumsub.com/api/snsId/oauth/token",
  "userinfo_endpoint" : "https://id.sumsub.com/api/snsId/oauth/userInfo",
  "jwks_uri" : "https://id.sumsub.com/.well-known/jwks.json",
  "response_types_supported" : [ "code" ],
  "subject_types_supported" : [ "public" ],
  "id_token_signing_alg_values_supported" : [ "RS256" ],
  "scopes_supported" : [ "offline_access", "share", "openid", "email", "name", "profile" ],
  "code_challenge_methods_supported" : [ "S256" ],
  "claims_supported" : [ "aud", "sub", "iss", "nonce", "given_name", "family_name", "name", "email", "created_at" ],
  "token_endpoint_auth_methods_supported" : [ "client_secret_basic", "client_secret_post" ],
  "grant_types_supported" : [ "authorization_code", "refresh_token" ]
}