Umbraco back office 60s timeout when using 2FA and custom user manager & user store
I've created a 2FA for Umbraco back-office, using a custom OwinStartup, UserManager and UserStore. Everything works perfectly, except that when logged into the back office, the user session is terminated after exactly 60s every time. It doesn't matter if there is activity (clicking pages etc) it will kick the user out to the login page.
The standard Umbraco timeout settings are all fine (20mins), and additionally, if I use the default UmbracoDefaultOwinStartup, the timeout doesn't occur, it's only when using the code below. Also nothing in the logs.
Incidentally I tried using the Umbraco 2FA plugin and got exactly the same result. It looks like its something to do with the Umbraco internal handling of 2FA rather than the plugin.
Any ideas? Thanks in advance
(I can post my code if helpful, but i can't seem to get the formatter to work properly so isn't that readable)
Umbraco back office 60s timeout when using 2FA and custom user manager & user store
I've created a 2FA for Umbraco back-office, using a custom OwinStartup, UserManager and UserStore. Everything works perfectly, except that when logged into the back office, the user session is terminated after exactly 60s every time. It doesn't matter if there is activity (clicking pages etc) it will kick the user out to the login page.
The standard Umbraco timeout settings are all fine (20mins), and additionally, if I use the default UmbracoDefaultOwinStartup, the timeout doesn't occur, it's only when using the code below. Also nothing in the logs.
Incidentally I tried using the Umbraco 2FA plugin and got exactly the same result. It looks like its something to do with the Umbraco internal handling of 2FA rather than the plugin.
Any ideas? Thanks in advance
(I can post my code if helpful, but i can't seem to get the formatter to work properly so isn't that readable)
I have same problem.Any solution for this issue?
Hi John, Did you solve this?
/ Herman
is working on a reply...