Re: Forms Authentication: login page in a separate web app
From: Brad (nospam_at_co.lane.or.us)
Date: 11/24/03
- Next message: Dave: "Redirect to default page using Windows Authentication"
- Previous message: Will: "Host never gets my certificate?."
- Next in thread: Jim Cheshire [MSFT]: "Re: Forms Authentication: login page in a separate web app"
- Reply: Jim Cheshire [MSFT]: "Re: Forms Authentication: login page in a separate web app"
- Maybe reply: Brad: "Re: Forms Authentication: login page in a separate web app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Nov 2003 11:04:38 -0800
Hari - This is quite possible and in fact we're using it; our portal app
manages all logins for all apps. You should read up on how to do this in
Building Secure Microsoft ASP.NET Applications
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetlpMSDN.asp
"Hari Menon" <anonymous@discussions.microsoft.com> wrote in message
news:042201c3934f$14869690$a401280a@phx.gbl...
> Hi,
>
> I would like to create a WebApp, say MySecurityProvider,
> that just contains a login page that knows how to
> authenticate a user. And I want other web apps, e.g.
> MyTestWebApp, that require authentication to point their
> loginUrl to the login page in my web app.
>
> Is that possible? I tried setting the loginUrl in
> MyTestWebApp to ponit to /MySecurityProvider/login.aspx.
> What happens is that the redirect to the login page
> succeeds and the login goes through as well and the
> cookie gets issued (I set the path to "/" in both the
> RedirectFromLoginPage() as well as in the <forms> tag).
> But the protected resource in MyTestWebApp still cannot
> be accessed. When I access an unprotected resource in
> MyTestWebApp and check the cookies that are set, I do see
> that the auth cookie IS there. But somehow I do not seem
> to be able to access the protected resource on
> MyTestWebApp - it always redirects me to the login page.
>
> Am I doing something wrong or is this not supposed to
> work?
- Next message: Dave: "Redirect to default page using Windows Authentication"
- Previous message: Will: "Host never gets my certificate?."
- Next in thread: Jim Cheshire [MSFT]: "Re: Forms Authentication: login page in a separate web app"
- Reply: Jim Cheshire [MSFT]: "Re: Forms Authentication: login page in a separate web app"
- Maybe reply: Brad: "Re: Forms Authentication: login page in a separate web app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|