diff --git a/src/cli/commands/application.ts b/src/cli/commands/application.ts index bb0ab2c..a40d053 100644 --- a/src/cli/commands/application.ts +++ b/src/cli/commands/application.ts @@ -730,6 +730,7 @@ const appInit = Command.make( url: appData.url, proxy_url: appData.proxyUrl, authorization_scopes: appData.authorizationScopes, + oauth_grant_types: ["authorization_code", "client_credentials"], client_id: appData.clientId, files_written: { config: getConfigFilePath(environment),