How can we resolve this issue and have all users revoke their own identity token?

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
1. Edit /opt/jfrog/artifactory/var/etc/access/access.config.latest.yml
2. Update the value for "revocable-expiry-threshold", save, and exit.
  • You might replace its value with the default value which is 21600. (21600 is in seconds which means 6 hours). For more information please review Access Tokens and Access Yaml Configuration wiki pages.
  • Note that a token with an expiry date that is lower than the revocable-expiry-threshold value cannot be revoked.
3. Rename access.config.latest.yml to access.config.import.yml. Artifactory will use this file to update the configurations in the database.
4. Restart Artifactory for new configurations to take effect.
5. Revoke the aforementioned token.