artifactory
artifactory copied to clipboard
Add support for the new Access Token API
Add support to use the /access/api/v1/tokens REST API to create access tokens.
The API currently used by Token has been marked as deprecated.
https://jfrog.com/help/r/jfrog-rest-apis/create-token-deprecated
With Artifactory version 7.21.1 a new access token APIs has been added. https://jfrog.com/help/r/jfrog-rest-apis/create-token
Tokens created using the old API can't be used to authenticate with the new API due to audience limitations in old tokens.