I have a relying party asp.net webapp and the users are authenticated by a ADFS Security Token Service (STS). Users from 2 domains are part of a security group which is used by the STS to check membership against and issue claims.
Users are getting authenticated as expected when logged in from one domain, but not from another domain. Is there any config settings that should be taken care of?
Any pointers will be appreciated. Thanks!