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.
enum Duende.​IdentityServer.​Saml.​Models.​AuthnContextComparison
Assembly: Duende.IdentityServer
Specifies the comparison method to apply to requested authentication contexts. SAML 2.0 Core Section 3.3.2.2.1
Values
Exact
The authentication context must match exactly one of the requested contexts.
Minimum
The authentication context must be at least as strong as one of the requested contexts.
Maximum
The authentication context must be no stronger than one of the requested contexts.
Better
The authentication context must be stronger than all requested contexts.