NTLM - Reauthenticate
Our Intranet uses NTLM to challenge/response users so that they login. We have migrated onto a new domain "SJP" but we still allow users to login under the "JRA1" domain. We want to redirect (the redirect part we can do) those logging in under the "JRA1" domain to a page that then re-prompts them for their credentials (username, password and domain) before passing them to the home page of our Intranet. We've tried this using the Response.Status = "401 Unauthorized" statement, but the user keeps getting asked for their credentials. Not sure if this is a ASP/VBScript issue, but does anyone know how we can ask user to re-authenticate?
|