Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am creating website for my client, My client requirement is to access his web application through multiple domain with trust based connection. They told me to do SSO using Active directory users with different multiple domains. I am new to this, I don't know what should I use authentication i.e. forms or Windows and how to configure SSO with trust based connection and how to design the architecture.

User will not enter username and password Web Application will authenticate using Active Directory Users but Multiple domain users should access the application.

What I found is this

http://stackoverflow.com/questions/21188345/single-sign-on-inside-asp-net-mvc-web-application[^]

I don't have much idea about this. If you can give me basic idea or startup idea then it will be great.
Posted
Updated 8-Nov-15 22:49pm
v2
Comments
Nathan Minier 9-Nov-15 12:22pm    
Providing that the web server is on the client's domain, you should use Windows authentication. Providing the domain trust has been established correctly, it should "just work". It does depend largely on the nature of the trust relationship between the domains, though.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900