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.​LogoutRequestValidator

Assembly: Duende.IdentityServer

Inheritance: object → LogoutRequestValidator

Implemented Interfaces

LogoutRequest validator

Methods

ValidateSpAsync​(ValidatedLogoutRequest request, System.​Threading.​CancellationToken ct)
Validates the SP from the Issuer entity ID.
ValidateSignatureTrust​(ValidatedLogoutRequest request)
Validates that the LogoutRequest is signed (required per SAML spec).
ValidateVersion​(ValidatedLogoutRequest request)
Validates that the LogoutRequest uses SAML version 2.0.
ValidateDestination​(ValidatedLogoutRequest request)
Validates that the Destination matches the SLO endpoint URL. Signed requests must include a Destination per SAML Bindings 2.0.
ValidateNotOnOrAfter​(ValidatedLogoutRequest request)
Validates that the NotOnOrAfter has not expired.
ValidateSessionAsync​(ValidatedLogoutRequest request, System.​Threading.​CancellationToken ct)
Validates that the LogoutRequest's NameID and SessionIndex match an active SAML session for the requesting SP. Per SAML 2.0 Core §3.7.1, the NameID identifies the principal and the SessionIndex identifies the specific session to terminate.
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