{
  "is_token_endpoint_ip_header_trusted": false,
  "name": "orchadmin-login",
  "is_first_party": true,
  "oidc_conformant": true,
  "sso_disabled": false,
  "cross_origin_auth": false,
  "client_metadata": {
    "sentry_dns": "##SENTRY_DNS##",
    "ows_user": "##OWS_USER##",
    "enabled_connection_types": "theorchard-gsuite, sme-prod-orchadmin",
    "display_name": "OrchAdmin"
  },
  "description": "",
  "logo_uri": "",
  "sso": false,
  "callbacks": @@ORCHADMIN_CALLBACK_URLS@@,
  "allowed_logout_urls": @@ORCHADMIN_LOGOUT_URLS@@,
  "allowed_clients": [],
  "allowed_origins": @@ORCHADMIN_ALLOWED_ORIGINS@@,
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 36000,
    "secret_encoded": false
  },
  "token_endpoint_auth_method": "client_secret_post",
  "app_type": "regular_web",
  "grant_types":  @@ORCHADMIN_GRANT_TYPES@@,
  "web_origins": @@ORCHADMIN_WEB_ORIGINS@@,
  "custom_login_page_on": true
}
