I am facing issue in logout Api

Basically I have two environemnts Dev and production. When user logout from dev environment. User is logged out from Auth0. But when user logged out from production environment, when user try to login again Auth0 don’t ask for username and password. User is automatically logged in Auth0. Both environments have same code deployed.

1 Like

I’m also facing same issue. In production, user just gets logged in (using authorization code) after calling logout() in code.

logout({ returnTo: window.location.origin });

Please look into it @dan.woda

Hi @support25 @ritiwari369

Welcome to the Auth0 Community!

If you have a quest about the Auth0 product, please use the “Help” category. I’ll move this topic now.

Could you please provide more info about how you are logging out? What SDK, version, and methods you are using. Thanks.

HI @dan.woda

We are using

because of CMS kentico old version we are using. Basically my question is same logout method work on Dev environment but it dont work on Production environment. Do I have to change tenant setting or something ?

@support25

Logout works of a few different levels. It could be how your app handles it.

Auth0 should be deleting the cookie session when you hit the endpoint. That should be consistent.

Have you looked through our docs?

@dan.woda

Yes I have seen these docs. We are using version=“7.16.1” and how its working on one environment and not working on other ?

It’s hard to say without any more information about your apps.

@dan.woda
Please do let me know what more you need to guid me ? Thank you

Can you please provide a HAR file of the failed logout? You can DM it to me.

@dan.woda please check your inbox.

@dan.woda Any update please?

@ritiwari369 any suggestions please?

Hi @support25,

Apologies for the delay, I responded in our DM.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.