OWIN-based WS-Federation metadata endpoint for an application using this application?

I have installed an application with the Microsoft.Owin.Security.WsFederation package and use ADFS as an identity provider.

I installed my application as the relying party in ADFS by entering the URLs and claims manually, but would like to facilitate the process for future application deployments.

Is there something built into OWIN to display metadata for my application (RP) to use ADFS? Or do I need to build metadata output outside of OWIN?

+4
source share

Source: https://habr.com/ru/post/1665517/


All Articles