Re: ASP.NET with ADirectory role based authentication
From: naijacoder naijacoder (naijacoder_at_toughguy.net)
Date: 08/27/04
- Next message: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: MD5 conversion problem"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: ASP.NET with ADirectory role based authentication"
- Next in thread: Mohamed Sharaf: "Re: ASP.NET with ADirectory role based authentication"
- Reply: Mohamed Sharaf: "Re: ASP.NET with ADirectory role based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 23:11:49 -0700
I have used the article below thx for the link.
But when i want to see the list of groups the authenticated user is a
member of,and my adding the code
"Response.Write("Groups: " + authTicket.UserData + "<br>");
at theApplication_AuthenticateRequest event handler in the
global.aspx.cs file.
I don't see any GROUPS listed.
And when i paste it into my Default.aspx it says error:-
Name 'authTicket' is not declared.
Any help for this from you GUYS.
And by the way i looking for an article :-
How To Use Windows Authentication with Active Directory(incuding Role
based authorization for users depending on their security groups in the
Active Directory).
Thanks in Advance
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/
html/secmod16.asp
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: [MSFT]: "RE: issues mixing integrated Windows authentication and anonymous on same application"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: MD5 conversion problem"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: ASP.NET with ADirectory role based authentication"
- Next in thread: Mohamed Sharaf: "Re: ASP.NET with ADirectory role based authentication"
- Reply: Mohamed Sharaf: "Re: ASP.NET with ADirectory role based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|