Troubleshooting:

ARTIFACTORY: How to troubleshoot “Failed to revoke tokens” when trying to revoke a token through the UI

AuthorFullName__c
Luzeen Halaby
articleNumber
000005622
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-15T10:40:02Z
lastModifiedDate
2023-03-15
VersionNumber
1
Navigate to the $JFROG_HOME/artifactory/var/etc/access folder.

Check if access.config.latest.yml file contains the below block:
token:
  revocation:
    revocable-expiry-threshold: -1

If the revocable-expiry-threshold parameter is set as shown above, this means that all tokens that have an expiry date will be deemed non-revocable, which explains the observed failure of revoking the Identity Token the user attempted to perform.