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§
- Failed
Notification - Failed notification information
- Front
Channel Logout Config - Front-channel logout configuration
- Front
Channel Logout Manager - Front-channel logout manager
- Front
Channel Logout Request - Front-channel logout request parameters
- Front
Channel Logout Response - Front-channel logout response
- RpFront
Channel Config - RP front-channel logout configuration