<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
0D51Y00006SjhxCSAROkta Classic EngineSingle Sign-OnAnswered2019-07-30T16:28:30.000Z2019-07-19T02:43:49.000Z2019-07-30T16:28:30.000Z

SungL.47511 (Customer) asked a question.

Logout user from Okta session

Im looking to logout a user from Okta session ...this logout just logs user out but does not revoke token....

app.get('/logout', (req, res) => {

req.logout()

res.redirect('/')

 

I need to log out user completely...thanks for your input.

 


  • Hi Sung Lee,

     

    In order to better facilitate with your request, please open a support ticket, so we can discuss further regarding the flow that you wish to achieve. This way one of our support engineers can better assist with your request.

    Selected as Best
  • Hi Sung Lee,

     

    In order to better facilitate with your request, please open a support ticket, so we can discuss further regarding the flow that you wish to achieve. This way one of our support engineers can better assist with your request.

    Selected as Best
This question is closed.
Loading
Logout user from Okta session