Single-Sign-On ASP.NET MVC
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-09T11:00:16Z
Indexed on
2010/05/09
11:08 UTC
Read the original article
Hit count: 259
Hi Guys,
We are trying to build a cross-domain single-sign on solution using ASP.NET MVC. Something which works like this:
User hits www.test.com [or www.test2.com or www.test3.com or www.testN.com]
User clicks widget, login appears
User signs into www.example.com from 2) i.e. from widget [x-domain signin]
User is now logged in on www.test.com [authenticated from www.example.com]
User visits [www.test2.com or www.test3.com or www.testN.com] and is signed in to www.example.com
Any existing solutions or tutorials available ?
© Stack Overflow or respective owner