what is the difference between claims provider trust and relying party trust. Is it right that when our application works as service provider then we have to configure claims provider at ADFS and when our application works as Identity Provider then we have to configure relying party at ADFS.
1 Answers
0
votes
The Relying Party trust provides the configuration that is used to create claims. Once the claim is created, it can be presented to another Active Directory Federation Service or claim aware application. Claim provider trust determines what happens to the claims when it arrives.
Relying party is your resource (application) and it can be configured in the ADFS (usually it will be on the on-premises where the user authentication happens)
On the application end you need to create a claims provider trust in the ADFS.