PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Add IdP oauth logout flow to current logout #129

Open rogerdahl opened 5 months ago

rogerdahl commented 5 months ago

Currently, logging out of the portal invalidates the browser session. This ticket is to add to this to also invalidate any session active at the IdP level by using the IdP's oauth logout flow.

Central to this is looking into how to handle the situation where there are multiple logged in sessions at the IdP level, and the user is given a choice by the IdP on which session to log out.