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.​Validation.​ValidatedLogoutRequest

Assembly: Duende.IdentityServer

Inheritance: object → ValidatedLogoutRequest

Validated LogoutRequest context

Properties

public required Samlp.​LogoutRequest
LogoutRequest
The parsed LogoutRequest
public required string
Binding
Identifier of binding used to receive the LogoutRequest
Saml2Message
The raw inbound SAML message from the binding layer. Null when the request is reconstructed from stored state (e.g., in the callback endpoint).
public string
RelayState
The relay state to include in the response. When <see cref="P:Duende.IdentityServer.Saml.Validation.ValidatedLogoutRequest.Saml2Message" /> is present, this defaults to <see cref="P:Duende.IdentityServer.Saml.Bindings.Saml2Message.RelayState" /> .
The resolved SAML Service Provider
The current user
public string
SessionId
The current session ID
public required string
Saml2IdpEntityId
The SAML entity ID of this IdP

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