Forms Authentication with http/https
From: Holysmoke (Holysmoke_at_discussions.microsoft.com)
Date: 09/29/04
- Previous message: Des Norton: "Newbie - Mixed Mode Security"
- Next in thread: Holysmoke: "Re: Forms Authentication with http/https"
- Maybe reply: Holysmoke: "Re: Forms Authentication with http/https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 Sep 2004 07:27:03 -0700
Hi,
I am trying to implement Single Sign On solution to my web applications.
I have developed a web application which does authenticaion and it is SSL
based.
I am having a problem when redirecting to the requested web site(http based)
after authentication (https based)
Let us say I have
Site A - An application (configured to do forms authentication on Site B)
Site B - An application which does authentication which is https based
I try to redirect in site B using,
System.Web.Security.FormsAuthentication.RedirectFromLoginPage("test", False)
It works but one problem.
After Authentication the Site B tries to redirect to the application A but
still uses https and not http as expected.
I appreciated your help,
-Holy
- Previous message: Des Norton: "Newbie - Mixed Mode Security"
- Next in thread: Holysmoke: "Re: Forms Authentication with http/https"
- Maybe reply: Holysmoke: "Re: Forms Authentication with http/https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|