12-02-05 10:53 PM
I need to authenticate against active directory and log a user on to
Sharepoint. In order to reduce SSL load and support edge server caching we
are using a persistant shared SSL connection. My code will be searching
active directory using the distinguished name from the origional user
certificate to determine the correct user account and then logging on the
user. However, I do not have the "password" in plain text.
How can I logon / impersonate the user / grab the appropriate "ticket"
without the password?
This is what IIS does when it does certificate based login, however, in this
case, I do not have the full certificate.
Any suggestions, please?
[ Post a follow-up to this message ]
|