Identity tokens are our credentials to be used instead of basic authentication.
Tokens could either be with an expiry date or without an expiry date.
Sometimes, we need to revoke our token. In the UI, navigating to “Edit Profile” page and entering our password will reveal the Identity Tokens table, finally we select the token we want to delete.
Tokens without an expiry are always revocable.
However, users that have expirable tokens might be unable to complete the revoke operation and it will fail with the below error message:
In the logs (frontend-service.log or console.log), we will see the below ERROR:
[jffe ] [ERROR] [xxxxxxxxxxx] [frontend-service.log] [main ] - http [delete] request to /api/v1/tokens/cccccccccccccc failed with 400 code