How to add more than one active directory domain to authenticate users?
The company that I work for has multiple Active Directory domains that users authenticate against. For example user1 from domain xxx has to login: xxx\user1, user1 from domain yyy has to login: yyy\user2, and user3 from domain zzz has to login zzz\user3. How to I configure my web.config to support this?
In the end I did not implement this, but it should work with a few tweaks.(I ended up using Liferay.)
For example, on the login screen you could have a drop-down box with all your company's domains and depending on what they select you use the corresponding membership provider.
How to add more than one active directory domain to authenticate users?
The company that I work for has multiple Active Directory domains that users authenticate against. For example user1 from domain xxx has to login: xxx\user1, user1 from domain yyy has to login: yyy\user2, and user3 from domain zzz has to login zzz\user3. How to I configure my web.config to support this?
Below is my current connection string.
Thanks!
http://msdn.microsoft.com/en-us/library/ff650307.aspx#paght000021_step3
Hi Bruno,
Is this the solution for this, I need to do the same thing, authenticate users from multiple AD domains, does the above examples work?
Cheers
Chris
Hi Chris,
In the end I did not implement this, but it should work with a few tweaks.(I ended up using Liferay.)
For example, on the login screen you could have a drop-down box with all your company's domains and depending on what they select you use the corresponding membership provider.
is working on a reply...