Browser HTTP Response to Basic Authentication? - 11/20/2006 22:03:35
Hi, I was wondering if there was any way to write in the browser response to a basic authentication request on an asp page? IIS 6 - SSL, LDAP username and password gathered at login.
I have a script that authenticates users against LDAP and if they authenticate it sends them to a page with links, one of which is Exchange Webmail. Am wondering if I could write something on the links page so the basic authenticaiton is bypassed when they go to their Webmail so they don't have to log in again?
I can't use basic authentication initially as not all users are on LDAP (those that fail the LDAP authentication are authenticated elsewhere, and don't get the Exchange link).