{
  "is_token_endpoint_ip_header_trusted": false,
  "name": "The Whitelist",
  "is_first_party": true,
  "oidc_conformant": true,
  "sso_disabled": false,
  "cross_origin_auth": false,
  "allowed_clients": [],
  "allowed_logout_urls": [
    "http://localhost:3000",
    "https://web.whtlst.in",
    "https://bot.whtlst.in"
  ],
  "callbacks": [
    "http://localhost:3000",
    "https://web.whtlst.in",
    "https://bot.whtlst.in"
  ],
  "native_social_login": {
    "apple": {
      "enabled": false
    }
  },
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 60,
    "secret_encoded": false
  },
  "client_aliases": [],
  "token_endpoint_auth_method": "none",
  "app_type": "spa",
  "grant_types": [
    "authorization_code",
    "implicit",
    "refresh_token"
  ],
  "web_origins": [
    "http://localhost:3000",
    "https://web.whtlst.in",
    "https://bot.whtlst.in"
  ],
  "custom_login_page_on": true
}