Hi,
I have few .net 4 web form apps configured to use same machine key etc. to enable sso. Now I have a new mvc5 app and I need it recognize the users who are already logged into other apps. Mvc5 has new identity framework and I am wondering how can I make it work with existing apps.
User would not use login form in mvc5 app, they will always be redirected to another .net 4 app using membership provider and redirected back on successfull login. Any ideas how to achieve that in mvc5?
D.
I have few .net 4 web form apps configured to use same machine key etc. to enable sso. Now I have a new mvc5 app and I need it recognize the users who are already logged into other apps. Mvc5 has new identity framework and I am wondering how can I make it work with existing apps.
User would not use login form in mvc5 app, they will always be redirected to another .net 4 app using membership provider and redirected back on successfull login. Any ideas how to achieve that in mvc5?
D.