I have an ADFS environment with a configured a second Claim Provider along side the default Active Directory Claim Provider.
HomeRealm discovery is "disabled" because I have set my Web Application to only use the non-AD Claim Provider.
The current claim rules are configured so that claims coming from the second Claim Provider are included in the Auth token issued to clients connecting to my Web Application.
Is it possible to configure the claim rules to have claim data coming from both Active Directory and the second Claim Provider be included in the Auth token?
For example: Google[mail] + ActiveDirectory[samAccountName] => Auth Token