How long does it take to invalidate a revoked token

Not applicable

We have written a Revoke access token API that deals with revoking an access token and a refresh token. We're using OAuthV2 policy with 'InvalidateToken' operation and the cascade attribute is set to true. We've noticed that once a token is successfully revoked, it takes a few seconds before it is made unusable (sometimes up to ~ 7 seconds). Is that normal and expected? What would be the maximum time it'll take before the token is invalid?

0 1 320
1 REPLY 1

@Mike Smith , Great Question, It's expected due to cassandra replication factor. It depends on many factors. Max time depends on your DN's, Number of access tokens etc. @srinandans Anything you would like to add ?