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.

interface Duende.​IdentityServer.​Saml.​ResponseHandling.​ISaml2SloResponseGenerator

Assembly: Duende.IdentityServer

Response generator for SAML 2.0 Single Logout

Methods

CreateSuccessResponse​(Validation.​ValidatedLogoutRequest request, System.​Threading.​CancellationToken ct)
Create a success LogoutResponse for a validated LogoutRequest.
Returns Saml2 front channel result containing the LogoutResponse
request The validated logout request context
ct The cancellation token
CreatePartialLogoutResponse​(Validation.​ValidatedLogoutRequest request, System.​Threading.​CancellationToken ct)
Create a partial logout LogoutResponse indicating not all SPs successfully logged out.
Returns Saml2 front channel result containing the LogoutResponse with partial logout status
request The validated logout request context
ct The cancellation token