I'm writing a small asp.net app that passes control to a 3rd-party app via an https post. The 3rd party must authenticate against our LDAP server. To facilitate our Single Sign-on process, I need to pass the user's ID and password in the post, but I'm not sure how to access the password. Any ideas? Sorry if this seems rudimentary, I'm new to the .NET world. Thanks!
问问题
66 次