I am using itfoxtec library for a SAML2 project, but not sure where do I have to set my IPD Metadata url. I am testing with TestIdpCore and TestWebApp. Please give me a help with this.
I am expecting that when I login, the app send me to my IdP in order to enter my credentials and then take me back to my Service provider. I already have my IDP metadata url. Just need to know where to place it
In the TestWebApp sample you can set the metadata URL in web.config in the property
Saml2:IdPMetadata
.In the TestWebAppCore sample you can set the metadata URL in appsettings.json in the property
IdPMetadata
.