Thursday, March 29, 2012

Single Sign on Best Practice.

Question. Not sure if it's posted elsewhere, but here is my situation.

I would like to create a Signon ASP.NET Application where the user would go
to and sign in. Based on the credentials I would then transfer them to
another application (on the same server in the same domain). I would like to
use Forms Authentication.
So, for example, if I have 2 applications for Customer1 and Customer2. I
would like to create a third application called SignIn. Where both customers
would go to. Then if Customer1 Signs in it would take him to the Customer1
application and same for Customer2.

I hope this makes sense.
Thanks in advance.

Keith
--
KeithHAs requested, here are some best practices for creating a single sign on
system that spans multiple ASP.NET applications:
http://msdn.microsoft.com/asp.net/a...inglesignon.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"KeithH" <keithH@.online.nospam> wrote in message
news:BA9C3C2B-B5FB-4A24-972B-416AE99FD373@.microsoft.com...
> Question. Not sure if it's posted elsewhere, but here is my situation.
> I would like to create a Signon ASP.NET Application where the user would
> go
> to and sign in. Based on the credentials I would then transfer them to
> another application (on the same server in the same domain). I would like
> to
> use Forms Authentication.
> So, for example, if I have 2 applications for Customer1 and Customer2. I
> would like to create a third application called SignIn. Where both
> customers
> would go to. Then if Customer1 Signs in it would take him to the Customer1
> application and same for Customer2.
> I hope this makes sense.
> Thanks in advance.
> Keith
> --
> KeithH
Thank you , I haven't had a chance to look at it, but at first glace it's
exactly what I wanted.

Thanks
Keith

"KeithH" wrote:

> Question. Not sure if it's posted elsewhere, but here is my situation.
> I would like to create a Signon ASP.NET Application where the user would go
> to and sign in. Based on the credentials I would then transfer them to
> another application (on the same server in the same domain). I would like to
> use Forms Authentication.
> So, for example, if I have 2 applications for Customer1 and Customer2. I
> would like to create a third application called SignIn. Where both customers
> would go to. Then if Customer1 Signs in it would take him to the Customer1
> application and same for Customer2.
> I hope this makes sense.
> Thanks in advance.
> Keith
> --
> KeithH

0 comments:

Post a Comment