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.​Bindings.​InboundSaml2Message

Assembly: Duende.IdentityServer

Inheritance: object → Saml2Message → InboundSaml2Message

An inbound Saml2 message received via a binding.

Properties

public TrustLevel
TrustLevel
Trust level of the message, based on binding-level signature validation. For HTTP-Redirect binding, this is set to <see cref="F:Duende.IdentityServer.Saml.TrustLevel.ConfiguredKey" /> when the query string signature is validated against SP signing certificates. For HTTP-POST binding, this remains <see cref="F:Duende.IdentityServer.Saml.TrustLevel.None" /> as signature validation is performed during XML parsing.
public required string
Name
Name of the message to be used in query strings, form fields etc. This is typically "SamlRequest" or "SamlResponse".
public string
RelayState
RelayState included with the message
public required System.​Xml.​XmlElement
Xml
The XML payload.
public required string
Destination
Destination URL of the message. For outbound messages the URL to send the message to. For inbound, the URL the message was received at.
public required string
Binding
Binding to use when sending the message, or used when message was read.

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