You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue I am facing is that after logging out of a session opening the url localhost:3000/auth/external_logout?_method=DELETE&client_id={clientID}&redirect_sign_out_uri=http://localhost:60606/ from my web app hosted on localhost:60606 (but the same happens manually inserting the url in the browser) I correctly sign out of the application, but I am redirected to localhost:3000/auth/null. If I set my web app to open the url in a new page I am able to return to my web app home on http://localhost:60606/ , but a tab still opens on /auth/null.
The text was updated successfully, but these errors were encountered:
The issue I am facing is that after logging out of a session opening the url
localhost:3000/auth/external_logout?_method=DELETE&client_id={clientID}&redirect_sign_out_uri=http://localhost:60606/
from my web app hosted onlocalhost:60606
(but the same happens manually inserting the url in the browser) I correctly sign out of the application, but I am redirected tolocalhost:3000/auth/null
. If I set my web app to open the url in a new page I am able to return to my web app home onhttp://localhost:60606/
, but a tab still opens on /auth/null.The text was updated successfully, but these errors were encountered: