Ask a Question related to ASP.NET Security, Design and Development.
-
Marcin Belczewski #1
Mapping X509Certificate to AD account using DirectoryServices
Hello
I want to map X509Certificate object to Active Directory account using
classes from System.DirectoryServices in .NET Framework. I'm looking for
a code sample doing this with DirectorySearcher or some other classes.
I'm developing web service using Web Services Enhancements 2.0 - so the
message level security is applied.
To authenticate X509Certificate against AD I need to override
AuthenticateToken method in X509SecurityTokenManager class. And I
believe the only way to achieve the goal is to access AD in
AuthenticateToken method and map X509Certificate to AD account in this
method using DirectoryServices.
I wasn't able to find an example on the net.
I would appreciate any help.
Regards,
Marcin Belczewski
PS. Remove NIESMIEC from my address when answering on prov.
Marcin Belczewski Guest
-
Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another... -
X509Certificate not passed to webservice.
Hi all, I have the following scenario (XP / IIS 5, FX v1.1.4322) Both the client app and web service are running on my local development... -
Impersonation, DirectoryServices
Do you get an UnauthorizedAccessException from the InnerException from the TargetInvocationException that gets thrown or something else? ... -
X509Certificate The remote server returned an error: (403) Forbidd
having the issue: X509Certificate The remote server returned an error: (403) Forbidden Also, why is this hotfix so hard to get a hold of? Jon -
ASP.NET + DirectoryServices
Hi all, Could I use DirectoryServices in ASP.NET? Or could you give sample code? Thanks! Best Regards Enosh Chang



Reply With Quote

