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?
source
share