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.

class Duende.​IdentityServer.​Saml.​Services.​NameIdGenerationContext

Assembly: Duende.IdentityServer

Inheritance: object → NameIdGenerationContext

Context provided to <see cref="T:Duende.IdentityServer.Saml.Services.ISamlNameIdGenerator" /> for NameID generation.

Properties

The authenticated subject.
ServiceProvider
The SAML service provider requesting the assertion.
public required string
ResolvedFormat
The resolved NameID format (after applying priority: request → SP default → unspecified).
public string
SPNameQualifier
SPNameQualifier from the AuthnRequest NameIDPolicy, if present.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object