I use /myaccount to let my users to manage their account and also to access to apps. When I launch an app and do not logout from this app, but from WSO2IS, the session for Apps is still valid.
Login to /myaccount with User1 : OK
Launch App(1) from /myaccount, I am logged as User1 : OK
Logout User1 from /myaccount : OK
Login to /myAccount with User2 : OK
Launch App(1) from /myaccount, I am still logged as User1 : NOK
How can I do to close all sessions when logout of User1?
Thank you for your support.
WSO2is v5.11.0 (Docker)