{
  "name": "MCT-API",
  "identifier": "https://mct-api/",
  "allow_offline_access": false,
  "skip_consent_for_verifiable_first_party_clients": true,
  "token_lifetime": 86400,
  "token_lifetime_for_web": 86391,
  "signing_alg": "RS256",
  "scopes": [
    {
      "value": "access:mct-api",
      "description": "Access MCT application"
    }
  ],
  "enforce_policies": true,
  "token_dialect": "access_token_authz"
}