{
  "is_token_endpoint_ip_header_trusted": false,
  "name": "switchboard-login",
  "is_first_party": true,
  "oidc_conformant": true,
  "sso_disabled": false,
  "cross_origin_auth": false,
  "description": "",
  "logo_uri": "",
  "sso": false,
  "callbacks": @@SWITCHBOARD_CALLBACK_URLS@@,
  "allowed_logout_urls": @@SWITCHBOARD_LOGOUT_URLS@@,
  "allowed_clients": [],
  "client_metadata": {
    "skip_hydrate": "true",
    "skip_grass": "true",
    "display_name": "Switchboard"
  },
  "allowed_origins": [],
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 300,
    "secret_encoded": false
  },
  "token_endpoint_auth_method": "none",
  "app_type": "spa",
  "grant_types": [
    "authorization_code",
    "implicit",
    "refresh_token"
  ],
  "web_origins": @@SWITCHBOARD_WEB_ORIGINS@@,
  "custom_login_page_on": true
}
