ADFS/WS-Federation implementation
We are trying to implement ADFS/WS-Federation, between two independent domains to provide SSO for two .Net applications running independently. I have following general questions to get an idea:
- Do we have to create Trust between two AD domains or WS-Federation can be implemented through web services without Trust implementation
- Do we have to create all the users in both AD domains so users can login different applications running in both sides?
- Does WS-Federation support both Form authentication and windows authentication?
JIM.H.