mindconnect-nodejs icon indicating copy to clipboard operation
mindconnect-nodejs copied to clipboard

feat: simplify App-Credentials input

Open CloudFoxx opened this issue 3 years ago • 0 comments

app credentials are provided from Developer-Cockpit in the following manner: ClientID = mytenant-myappname-v0.0.1-98452440 ClientSecet = RDbQGskl6cesJFfezlV9VyBka9sksla6zOxrmo69PbY

It would be helpful for a CLI user, if only ClientID & ClientSecret can be copy&pasted to the CLI and all fields are pre-filled automatically based on this. -> tenant = mytenant -> user-tenant = mytenant -> application name = myappname -> app version = v0.0.1 The user can than still set the environment and/or change something (e.g. user-tenant). By default user-tenant = host-tenant Note that all field values are found to be in the ClientID already.

naming-updates in the UI:

  • User -> ClientID
  • Password -> ClientSecret

CloudFoxx avatar Aug 04 '22 15:08 CloudFoxx