SSO Umbraco 7 using UmbracoIdentity with MVC 5 Authentication
Hi,
I have tried to use Single Sign On method to my Umbraco sites (Umbraco sites using UmbracoIdentity for authentication) and my MVC 5 Apps, but I get problem when authentication has expired in Umbraco sites, it did not automatically clear authentication session in my MVC 5 apps. It happens vice versa.
Is there any event or something else which will be trigerred when the session has expired in one app?
My auth cookie name of umbraco and mvc apps are the same, the problem is only happen when if umbraco auth has expired, it didn't clear auth in mvc apps.
SSO Umbraco 7 using UmbracoIdentity with MVC 5 Authentication
Hi,
I have tried to use Single Sign On method to my Umbraco sites (Umbraco sites using UmbracoIdentity for authentication) and my MVC 5 Apps, but I get problem when authentication has expired in Umbraco sites, it did not automatically clear authentication session in my MVC 5 apps. It happens vice versa.
Is there any event or something else which will be trigerred when the session has expired in one app?
Thanks, Delly
Hi Delly,
Can you check auth cookie name ?
Hi Alex,
Yes I can check auth cookie name.
My auth cookie name of umbraco and mvc apps are the same, the problem is only happen when if umbraco auth has expired, it didn't clear auth in mvc apps.
Here is my web config for umbraco website:
Here is my web config for mvc apps:
Thanks,
Delly
Hello Delly first of all congrats for the amazing plugin :)
one question :
is there a place where we can undesrtand how to login with umbraco member in discuss ? instead of using discus acount or this is not possible ?
thank you
AS
is working on a reply...