Hello jfer,
ah ok - important info...
no -the sql role provide assumes forms authentication.
either you write your own role provider, or you disable role provider and
do it in authenticate_request as i showed you - the heavy lifting has to
be done in the getRoles method.
Just add a Authenticate_Request method to global.asax or write a HttpModule.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I am using the new asp.net role manager/provider to obtain and link a
> user to roles. My problem is the authentication portion of the system
> now. In asp.net 2.0 how do you hook into the Authenticate_Request
> portion of the pipeline? Is this done through an HTTPModule? Again
> appreciate the help. Thanks
>