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

Assembly: Duende.IdentityServer

Inheritance: object → Validation.​ValidationResult → LogoutRequestValidationResult

Result of LogoutRequest validation

Properties

public required ValidatedLogoutRequest
ValidatedRequest
The validated request
public bool
SessionFound
Indicates whether a matching SAML session was found for the requesting SP. When <see langword="false" /> , the IdP should respond with Success without terminating the user's IdP session (per SAML 2.0 Profiles §4.4).
public bool
IsError
Gets or sets a value indicating whether the validation was successful.
public string
Error
Gets or sets the error.
public string
ErrorDescription
Gets or sets the error description.

Methods

Valid​(ValidatedLogoutRequest validatedLogoutRequest)
Creates a valid validation result
Returns Valid validation result
validatedLogoutRequest Validated request
InValid​(ValidatedLogoutRequest validatedLogoutRequest, string saml2ErrorCode, string errorDescription = null)
Creates an invalid validation result
Returns Invalid validation result
validatedLogoutRequest The LogoutRequest validation context
saml2ErrorCode Error code (a Saml2 status code)
errorDescription Error description
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