<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009IOAuoCAHOkta Classic EngineAuthenticationAnswered2024-04-02T16:23:39.000Z2023-06-09T18:00:00.000Z2023-10-27T14:54:52.000Z

JamesN.13590 (Bish&amp;#39;s RV) asked a question.

OAuth2 token revocation request

Greetings. I have a React front-end app that calls the following code from the SDK to log out. When I look at the Okta System Log, I see 2 OAuth2 token revocation requests. One is for the refresh token we have implemented in our architecture. The 1st revocation token request (Refresh Token) is marked as SUCCESS. However, the 2nd revocation request (for the main token) fails. I have included both those log statements at the bottom of this message. Can anyone tell me if this is expected or is our process flawed? 

 

oktaAuth.signOut();

 

FAILURE: invalid_token

 


This question is closed.
Loading
OAuth2 token revocation request