Hi
I have an application Support that is part of my site
MySite.com
I have added a new Relying Party Trust in ADFS with the WS Federation Passive protocol URL = "https://MySite.com" and trust identifier: "https://MySite.com"
In my web application I have updated the web.config identity Model part as below
<system.identityModel>
<identityConfiguration>
<claimsAuthenticationManager type="Settings.ClaimsTransformationModule, Settings" />
<audienceUris>
<add value="https://MySite.com/" />
</audienceUris>
<issuerNameRegistry type="System.IdentityModel.Tokens.ConfigurationBasedIssuerNameRegistry, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<trustedIssu ...
Go to the complete details ...