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
public
System.​Threading.​Tasks.​Task<​LogoutRequestValidationResult>
ValidateAsync​(ValidatedLogoutRequest request,
System.​Threading.​CancellationToken ct)
protected
System.​Threading.​Tasks.​Task<​LogoutRequestValidationResult>
ValidateSpAsync​(ValidatedLogoutRequest request,
System.​Threading.​CancellationToken ct)
Validates the SP from the Issuer entity ID.
protected
LogoutRequestValidationResult
ValidateSignatureTrust​(ValidatedLogoutRequest request)
Validates that the LogoutRequest is signed (required per SAML spec).
protected
LogoutRequestValidationResult
ValidateVersion​(ValidatedLogoutRequest request)
Validates that the LogoutRequest uses SAML version 2.0.
protected
LogoutRequestValidationResult
ValidateDestination​(ValidatedLogoutRequest request)
Validates that the Destination matches the SLO endpoint URL.
Signed requests must include a Destination per SAML Bindings 2.0.
protected
LogoutRequestValidationResult
ValidateNotOnOrAfter​(ValidatedLogoutRequest request)
Validates that the NotOnOrAfter has not expired.
protected
System.​Threading.​Tasks.​Task<​LogoutRequestValidationResult>
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object