Navigate to the $JFROG_HOME/artifactory/var/etc/access folder.
Check if access.config.latest.yml file contains the below block:
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.
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.