
Announcements
We have a portal that uses Azure B2C as the identity provider. Is there a way to configure an auto sign out after 30 minutes of inactivity?
We tried the Authentication/ApplicationCookie/ExpireTimeSpan site setting, but this doesn' appear to achieve what we want.
Thanks
Conor
You will need to configure both:
Also depending on the timeframe set for the session you may also need to set
This last one is not obvious, but can be an issue if the default of 10 minutes is not appropriate for the session timeout timeframe - one scenario where it can cause problems if not set appropriately is if the user sits on the Azure B2C signup/login screen for too long before submitting the signup/login form.