BlueCoat reverse proxy NTLM authentication
- by mathieu
Currently when we want to access an internal site from Internet (IIS with NTLM auth), we have two login screens that appear :
step1 : LDAPAuth, from the BlueCoat that check login/password validity against Active Directory
step2 : NTLM auth, from our application.
Is it possible to configure the reverse proxy to use the LDAP credentials provided at step1, and give them to whatever application that requests them ? Of course, if those credentials aren't valid, nothing happens.
We're using BlueCoat SG400.
Update : we're not looking for SSO where the user doesn't have to enter a password. We want the user to enter his domain credentials in the LDAPAuth dialog box, and the proxy to reuse it to authenticate against our application. Or any application that uses NTLM. We've only got 1 AD domain behind the reverse proxy.