Abblix.SecurityEvents.BackChannelLogout.Steps Namespace
| Classes | |
|---|---|
| ForbidNonceStep | Refuses a Logout Token that carries a nonce - step 7 of OpenID Connect Back-Channel Logout 1.0 Section 2.6. |
| LogoutEventStep | Requires the events claim to name the back-channel logout event - step 6 of OpenID Connect Back-Channel Logout 1.0 Section 2.6. |
| LogoutTokenExpiryStep | Requires exp to be present and still in the future, inverting the rule of the step it replaces. |
| LogoutTokenTypeStep | Accepts a Logout Token that carries no typ, and refuses one typed as something else. |
| SubjectOrSessionStep | Requires a sub, a sid, or both - step 5 of OpenID Connect Back-Channel Logout 1.0 Section 2.6. |