Module oidc_frontchannel_logout

Module oidc_frontchannel_logout 

Source
Expand description

OpenID Connect Front-Channel Logout Implementation

This module implements the “OpenID Connect Front-Channel Logout 1.0” specification, which allows OpenID Providers to notify Relying Parties about logout events through front-channel (browser) communication using invisible iframes.

§Features

  • Front-channel logout notification management
  • Invisible iframe-based RP notification
  • Session identifier (sid) tracking
  • Logout token generation and validation
  • Integration with RP-initiated logout

Structs§

FailedNotification
Failed notification information
FrontChannelLogoutConfig
Front-channel logout configuration
FrontChannelLogoutManager
Front-channel logout manager
FrontChannelLogoutRequest
Front-channel logout request parameters
FrontChannelLogoutResponse
Front-channel logout response
RpFrontChannelConfig
RP front-channel logout configuration