We use a community application called communityserver in our intranet.
This application supports single sign on using the Integrated Windows authentication method in IIS 6.
As long as the url, which calls the IIS Site, uses the same domain as our AD is called everything works fine.
But as soon as the Url uses a different domain name single sign on will fail and a windows login screen is shown.
When entering user credentials with the correct AD domain (ADdomain\user) in this prompt only then login will work.
coyut
4 Posts
Authentication with Integrated Windows authentication fails
Apr 25, 2007 09:59 AM|LINK
Hello,
We use a community application called communityserver in our intranet.
This application supports single sign on using the Integrated Windows authentication method in IIS 6.
As long as the url, which calls the IIS Site, uses the same domain as our AD is called everything works fine.
But as soon as the Url uses a different domain name single sign on will fail and a windows login screen is shown.
When entering user credentials with the correct AD domain (ADdomain\user) in this prompt only then login will work.
Samples:
AD Domain name = addomain.com
works = communityserver@addomain.com
fails = communityserver@test.com (login screen is poping up)
Any ideas ?
Edit: Integrateted an basic authentication (for Firefoxusers is activated)
tomkmvp
7657 Posts
MVP
Moderator
Re: Authentication with Integrated Windows authentication fails
Apr 25, 2007 12:08 PM|LINK
Is it an IE configuration issue?
http://support.microsoft.com/kb/258063
http://mvp.support.microsoft.com/
coyut
4 Posts
Re: Authentication with Integrated Windows authentication fails
Apr 25, 2007 01:25 PM|LINK
Perfect !
Thank you so much for this information.
After signing the url in iex as a local intranet site it works perfect