I have a web site that makes calls to a secure web service.
When the usert logs in I need to query the Active Directory and populate the NetworkCredential class.
But, since it wants a password, I seriously doubt I will ever be able to get one from AD.
Is there a way to set credentials of a secure web service via a security token query from AD or something of the like?
I know I can find the user by name, so I can access the token.
Any ideas would be appreciated.
Thanks,
Nick
...
Go to the complete details ...