ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 81 forks source link

Redirect to /auth/null after /external_logout request #343

Open wert93 opened 1 year ago

wert93 commented 1 year ago

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.