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.​LogoutRequest
Assembly: Duende.IdentityServer
Inheritance: object → LogoutRequest
Models the request from a client to sign the user out.
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.
public
System.​Collections.​Generic.​IEnumerable<​string>
ClientIds
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.
public
System.​Collections.​Generic.​IEnumerable<​Saml.​Models.​SamlSpSessionData>
SamlSessions
SAML Service Provider sessions for the user at logout time.
Contains full session data required for logout notifications.
public
string
UiLocales
The UI locales.
public
System.​Collections.​Specialized.​NameValueCollection
Parameters
Gets the entire parameter collection.
public
string
SignOutIFrameUrl
Gets or sets the sign out iframe URL.
public
bool
ShowSignoutPrompt
Gets or sets a value indicating whether the user should be prompted for signout.
Methods
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