-
Type:
Improvement
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 6.12.2
-
Fix Version/s: None
-
Component/s: Access Tokens
-
Labels:
As a JFrog administrator I'd like to retrieve the token id details such as access token value and refresh token value using the JFrog REST API. Currently you can retrieve the following token id details using the following REST API command. It would be fruitful to also view the token value and refresh token value, only as an administrator viewer.
Why?
Our Artifactory instance is heavily used with over 3000 engineers. There have been many use cases where users, who generate their access tokens using the REST API did not save the output and have asked what the value is. It has happened both from by JFrog administrators who generate tokens as well as other users of the platform. Thus a new token needed to be generated while deleting the token where the output was not saved. This causes additional overhead which would ideally be minimized if we could retrieve the token id details, such as access token and refresh token values.