You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sustainsys.Saml2.AspNetCore2 as a NuGet package, and in looking through the documentation I don't see how I could adjust the bindings on the resulting metadata.
I'm getting asked by our Identity Provider to change our SingleLogoutService binding to HTTP-POST and only have a single AssertionConsumerService Binding of HTTP-POST.
I am using Sustainsys.Saml2.AspNetCore2 as a NuGet package, and in looking through the documentation I don't see how I could adjust the bindings on the resulting metadata.
I'm getting asked by our Identity Provider to change our SingleLogoutService binding to HTTP-POST and only have a single AssertionConsumerService Binding of HTTP-POST.
Current Output:
Desired Output:
Obviously I can just edit the XML to change these values, but is there a way to configure this to be what is output from the /Saml2 endpoint?
The text was updated successfully, but these errors were encountered: