Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Duende.​IdentityServer.​Saml.​Bindings.​IHttpRedirectBinding
Assembly: Duende.IdentityServer
Implemented Interfaces
Redirect binding implementation
Methods
System.​Threading.​Tasks.​Task<​InboundSaml2Message>
UnBindAsync​(string url,
System.​Func<​string, System.​Threading.​CancellationToken, System.​Threading.​Tasks.​Task<​Saml2Entity>> entityResolver,
System.​Threading.​CancellationToken ct)
Unbind from a URL.
Returns Unbound message
url
Url to unbind from
entityResolver
Resolves a SAML entity by its entity ID for signature validation
ct
The cancellation token