Hi,
I have integrated IDP with Okta, I am able to login successfully.
Now for a below use-case purpose I want the app to be auto log-out if :
- Password Changed from Dashboard
- Application Unassigned
Kindly
Assif
Hi Assif,
For that specific behavior you will need to implement it on your application, namely detect the events you mentioned and then force the logout of those users.
Regards