What is the feature you'd like to have?
Scripts involving floating licenses should have the ability to authenticate with the server using just a token, so users don't need to put their username/password (or 2fa) credentials into a script.
Is your feature request related to a problem?
A customer asked about writing scripts with floating licenses but only had SSO login credentials
Are any alternative solutions acceptable?
Technically, with creative use of the SecretsProvider api, users can stuff an existing login token into their Keychain and get roughly the same behavior. That is gross though, there should be an easy API for this.
Additional Information:
CC Vector35/collaboration_server#410
What is the feature you'd like to have?
Scripts involving floating licenses should have the ability to authenticate with the server using just a token, so users don't need to put their username/password (or 2fa) credentials into a script.
Is your feature request related to a problem?
A customer asked about writing scripts with floating licenses but only had SSO login credentials
Are any alternative solutions acceptable?
Technically, with creative use of the SecretsProvider api, users can stuff an existing login token into their Keychain and get roughly the same behavior. That is gross though, there should be an easy API for this.
Additional Information:
CC Vector35/collaboration_server#410