{
  "issuer": "https://www.closient.com/oauth",
  "authorization_endpoint": "https://www.closient.com/oauth/authorize/",
  "token_endpoint": "https://www.closient.com/oauth/token/",
  "introspection_endpoint": "https://www.closient.com/oauth/introspect/",
  "revocation_endpoint": "https://www.closient.com/oauth/revoke_token/",
  "userinfo_endpoint": "https://www.closient.com/oauth/userinfo/",
  "jwks_uri": "https://www.closient.com/oauth/.well-known/jwks.json",
  "registration_endpoint": "https://www.closient.com/oauth/register/",
  "scopes_supported": [
    "account:read",
    "account:write",
    "advertising:read",
    "advertising:write",
    "agent:read",
    "agent:write",
    "billing:read",
    "billing:write",
    "brands:read",
    "brands:write",
    "certifications:read",
    "certifications:write",
    "compliance:read",
    "compliance:write",
    "content:read",
    "content:write",
    "dashboard:read",
    "dashboard:write",
    "email",
    "epcis:read",
    "epcis:write",
    "integrations:read",
    "integrations:write",
    "locations:read",
    "locations:write",
    "notifications:read",
    "notifications:write",
    "openid",
    "products:read",
    "products:write",
    "profile",
    "qr:generate",
    "resolver:read",
    "resolver:write",
    "retailers:read",
    "retailers:write",
    "scanner:read",
    "scanner:write",
    "search:read",
    "search:write",
    "sustainability:read",
    "sustainability:write",
    "voice_feedback:read",
    "voice_feedback:write"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "service_documentation": "https://www.closient.com/docs/api/",
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "name",
    "email",
    "email_verified",
    "preferred_username"
  ]
}