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.​LogoutNotificationContext
Assembly: Duende.IdentityServer
Inheritance: object → LogoutNotificationContext
Provides the context necessary to construct a logout notification.
Properties
public
string
SubjectId
The SubjectId of the user.
public
string
SessionId
The session Id of the user's authentication session.
public
string
Issuer
The issuer for the back-channel logout
public
System.​Collections.​Generic.​IEnumerable<​string>
ClientIds
The list of client Ids that the user has authenticated to.
public
System.​Collections.​Generic.​IEnumerable<​Saml.​Models.​SamlSpSessionData>
SamlSessions
The SAML Service Provider sessions that the user has authenticated to.
Contains full session data including NameId, SessionIndex, and NameIdFormat
required to construct logout requests.
public
LogoutNotificationReason?
LogoutReason
Indicates why the user's session ended, if known.
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