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.​Samlp.​AuthnRequest

Assembly: Duende.IdentityServer

Inheritance: object → RequestAbstractType → AuthnRequest

Authentication request

Properties

public string
AssertionConsumerServiceUrl
The assertion consumer service Url where the response should be posted back to.
public string
ProtocolBinding
Identifying Uri for protocol binding
public Subject
Subject
Requested Subject
public NameIdPolicy
NameIdPolicy
Specifies constraints on the name identifier to be used to represent the requested subject.
public Conditions
Conditions
Specifies the SAML conditions the requester expects to limit the validity and/or use of the resulting assertion(s)
RequestedAuthnContext
Specifies a set of identity providers trusted by the requester to authenticate the presenter, as well as limitations and context related to proxying
public Scoping
Scoping
The scoping identifies the identity providers that are trusted by the requester to authenticate the presenter.
public bool
ForceAuthn
Indicates that the identity provider should force (re)authentication and not rely on an existing session to do single sign on.
public bool
IsPassive
Indicates that the identity provider should not show any UI nor require interaction.
public int?
AttributeConsumingServiceIndex
Indicates requested attributes by referencing an attribution consumer service in the SP metadata.
public int?
AssertionConsumerServiceIndex
Index of assertion consumer service where the SP wants the response.
public string
ProviderName
The name of the requester.
public string
Id
Id of the request.
public string
Version
Version of message, should always be 2.0
IssueInstant
Issue instant
public NameId
Issuer
Identifies the entity that generated the request message.
public string
Destination
Destination Url that the messages is/was sent to.
public string
Consent
URI reference for consent.
Extensions
Extensions
public TrustLevel
TrustLevel
Trust level, based on signature validation
public bool
HasTrustedSignature
Whether the request was signed and the signature was verified against a configured key. This is a convenience property equivalent to <c>TrustLevel &gt;= TrustLevel.ConfiguredKey</c> .

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