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.​Models.​LogoutMessage

Assembly: Duende.IdentityServer

Inheritance: object → LogoutMessage

Models the validated singout context.

Properties

public string
ClientId
Gets or sets the client identifier.
public string
ClientName
Gets or sets the client name.
public string
PostLogoutRedirectUri
Gets or sets the post logout redirect URI.
public string
SubjectId
Gets or sets the subject identifier for the user at logout time.
public string
SessionId
Gets or sets the session identifier for the user at logout time.
Ids of clients known to have an authentication session for user at end session time
public string
SamlServiceProviderEntityId
Gets or sets the EntityId of the SAML Service Provider that initiated logout. Null if this is not a SAML-initiated logout.
public string
SamlLogoutRequestId
Gets or sets the ID of the SAML LogoutRequest being responded to. Null if this is not a SAML-initiated logout.
public string
SamlRelayState
Gets or sets the SAML RelayState parameter to return to the SP. Null if this is not a SAML-initiated logout or no RelayState was provided.
SAML Service Provider sessions for the user at logout time. Contains full session data required for logout notifications.
public string
UiLocales
The UI locales.
Parameters
Gets the entire parameter collection.

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