SSO Umbraco 7 using UmbracoIdentity with MVC 5 authentication

I tried to use the Single Sign On method for my Umbraco sites (Umbraco sites using UmbracoIdentity for authentication) and my MVC 5 apps, but I am having problems when the authentication timed out on Umbraco websites, it did not automatically clear the authentication session in mine MVC 5 applications. It's the other way around.

Is there any event or something else that will be triggered when the session has expired in one application?

Thanks, Delli

+3


source to share


1 answer


Umbraco does not currently support MVC 5. There are major changes, so I would not recommend trying to make them work together. Umbraco 8 will be MVC 5 and probably soon, but will cut down on DLLs first.



The way I handle this will probably be using a request pipeline and checking if the session is being checked every time. Read more about the pipeline here .

0


source







All Articles