Re: Forms Authentication Ticket Functionality With Windows Authentication
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/16/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Access level needed to look up username"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Accessing Local COM Server from ASP.NET - Access Denied"
- In reply to: jfer: "Forms Authentication Ticket Functionality With Windows Authentication"
- Next in thread: jfer: "Re: Forms Authentication Ticket Functionality With Windows Authentication"
- Reply: jfer: "Re: Forms Authentication Ticket Functionality With Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Sep 2005 10:18:48 -0700
Hello jfer,
is this 1.1?
You could handle the Authenticate_Request and check via LDAP. If the user
is in a particular OU let him through, otherwise reject.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I am creating a web application for a company intranet and I am using
> Windows Authentication for a somewhat "transparent" login process.
> What I would like to do is allow all users into the application that
> exist in our LDAP under a particular user (their is a heirarchy
> associated with the LDAP tree). I was able to do this with Forms
> Authentication as I included the code to do this in the Page_Load
> event
> of the page associated with the <forms> tag in the web.config. My
> question is where would I include this functionality when using
> Integrated Windows Authentication? And any idea what would be the
> best
> way to sort of keep track of the user like the forms authentication
> ticket does. Thanks in advance.
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Access level needed to look up username"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Accessing Local COM Server from ASP.NET - Access Denied"
- In reply to: jfer: "Forms Authentication Ticket Functionality With Windows Authentication"
- Next in thread: jfer: "Re: Forms Authentication Ticket Functionality With Windows Authentication"
- Reply: jfer: "Re: Forms Authentication Ticket Functionality With Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|