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.​Models.​SamlClaimsMappingContext
Assembly: Duende.IdentityServer
Inheritance: object → SamlClaimsMappingContext
Implemented Interfaces
Properties
protected
System.​Type
EqualityContract
public
System.​Collections.​Generic.​IEnumerable<​System.​Security.​Claims.​Claim>
UserClaims
The claims issued for the current user to be mapped to SAML Attributes
for inclusion in the SAMLResponse.
public required
Models.​SamlServiceProvider
ServiceProvider
The Service Provider which initiated the Authn request.
Methods
public
string
ToString​()
protected
bool
PrintMembers​(System.​Text.​StringBuilder builder)
public
int
GetHashCode​()
public
bool
Equals​(object obj)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object