Hello, we configured EP6 to authenticate against Microsoft's Active Directory
Everything it's working fine, but when we configured the ISAPI dll to authenticate with "Windows Integrated Authentication" simply doesn't work, only works if we configured the IIS with "Basic Authentication"
Has anyone information of how to configure with "Windows Integrated Authetication"?, the idea is to authenticate without prompt of user and password
Thanks
Hi,
make sure to use the latest version of the ISAPI filter (should be 'IISProxy 1.3.3.0') . On the 'scripts' directory' make sure that 'Integrated Windows authentication' is checked and nothing else.
Afterwards ensure that w3svc/NTAuthenticationProviders is set to ?NTLM?.
Finally change parameter <authscheme> from 'uidpwdlogon' to 'windows' in authschemes.xml. Remove the 'bak' extension from the file and restart J2EE.
Should work now.
Rafael, did you ever get this resolved?
I'm attempting to do the same thing with no luck, although you have gotten farther than I have.
After following all the configuration steps, I can not get the portal to prompt for a login - instead, I get an error to the screen and in the log files that points to the ISAPI filter failing and being stopped by IIS.
The IIS Log shows a 503 AppOffline for the error and that's it.
If anyone has successfuly configured EP6, SP2 to allow for Windows authentication (via Active Directory) I would LOVE to hear about it!
Thanks!
-eric
See thread in EP implementation IISProxy error -2146893039 (0x80090311). Wrong rights ?
Add a comment