Even when we revoke all the access tokens for a particular user , still we will be able to access the token and It is a intermittent behaviour. Please help me to resolve this issue.

Not applicable
 
Solved Solved
0 2 46
1 ACCEPTED SOLUTION

Not applicable

Hello @Guru Venkatesh,

I have faced similar issues like this and I got rid of sometime by setting cascade option to true. You can give it a try if not yet done.

As we know, by setting the cascade option as true, we make sure that the associated refresh tokens are also invalidated, resulting in theoretically zeoring the reusability of the tokens by means of refreshing using the refresh token.

View solution in original post

2 REPLIES 2

Not applicable

Hello @Guru Venkatesh,

I have faced similar issues like this and I got rid of sometime by setting cascade option to true. You can give it a try if not yet done.

As we know, by setting the cascade option as true, we make sure that the associated refresh tokens are also invalidated, resulting in theoretically zeoring the reusability of the tokens by means of refreshing using the refresh token.

@Meghdeep Basu

Thank you, Now its working