artifactory icon indicating copy to clipboard operation
artifactory copied to clipboard

Add support for the new Access Token API

Open gangefors opened this issue 2 years ago • 0 comments

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.

gangefors avatar Feb 21 '24 10:02 gangefors