简体   繁体   中英

Relying party vs application groups in ADFS

I am trying to understand the authentication in .NET web applications using ADFS.

I followed the example in Microsoft documentation and I was able to handle the authentication of my app via ADFS. The given example adds application in a application group of adfs

Few of the examples adds replying party trust instead of application group.

I apologize if it sounds naive but I need to know the difference between these two and how it affects .NET applications

If you use WS-Fed or SAML, the client is a relying party (RP).

If you use OpenID Connect / OAuth, the client is inside an application group. But functionally, it's the same as a RP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM