LogoutTokenClaims Class
The part of a Logout Token that only its own specification defines, named as on the wire.
public static class LogoutTokenClaimsInheritance System.Object → LogoutTokenClaims
Remarks
Its ordinary claims (iss, aud, iat, exp, jti, sub,
sid) are the registered ones and are named by Abblix.Jwt, and its type value by
LogoutToken.
Fields
LogoutTokenClaims.BackChannelLogoutEvent Field
The member of the events claim that marks a token as a back-channel logout
notification.
public const string BackChannelLogoutEvent = "http://schemas.openid.net/event/backchannel-logout";Field Value
Remarks
OpenID Connect Back-Channel Logout 1.0 Section 2.4 requires an events claim "whose
value is JSON object containing the member name
http://schemas.openid.net/event/backchannel-logout"\. The member value carries nothing; its
presence is the statement.