Generate Identity Token

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

The user profile enables users to generate identity tokens. Any user can create a user identity token for themselves via the UI. Identity tokens are scoped tokens, which means that they provide limited and focused permissions, making them more secure and, therefore, preferable to API keys. In addition, when a user is deleted/disabled, their tokens are also revoked. For more information, see Access Tokens.

Note

From Artifactory release 7.38.4, the Identity Token has been shortened to a short string, and also enables you to add an optional description to the token for easier management.

  1. To generate the token, click Generate an Identity Token .

    user-profile-id-token.png

    This opens the Generate an Identity Token window.

    generate-id-token.png
  2. In the Add Description field, you can add an optional description for the new token, which will make it easier for you to identify the token.

  3. Click Next.

    You will now see the new reference token displayed.

    generate-id-token-step2.png
  4. Click Copy (or the copy icon next to the token) to copy the token.

  5. Click Close to close the window.

    The new token you generated appears with the description in the list of identity tokens:

    identity-tokens-list.png
Revoking the Identity Token

Currently identity tokens can only be revoked through the Revoke Token API.