{
  "name": "Default App",
  "callbacks": [],
  "allowed_clients": [],
  "allowed_logout_urls": [],
  "is_first_party": true,
  "oidc_conformant": true,
  "allowed_origins": [],
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 36000,
    "secret_encoded": false
  },
  "grant_types": [
    "implicit",
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "custom_login_page_on": false
}