Conversation
- SecurityEvent structure with new fields for change type and assurance levels - SSF handlers support session-based stream retrieval - Refactored SET processing to align with RFC 8935
- Updated session ID handling for push and poll delivery methods - Updated database schema to include session ID for event tracking - Implemented exponential backoff for event delivery retries
- Push error responses now use RFC 8935 - GenerateEvent in transmitter.go now checks stream.Status immediately after fetching the stream - handlePoll in handlers.go now calls getSessionID(r) and uses GetSessionStream/GetDefaultStream based on the session header - Both Receiver and ReceiverService now maintain a seenJTIs map[string]time.Time guarded by a sync.RWMutex - POST /stream and DELETE /stream routes registered in plugin
- Updated SecurityEvent structure to clarify session ID usage - Streamlined SET processing by constructing DecodedSET directly from verified claims
- CapturedHTTPExchange and HTTPCapture logging types - MockIdPActionExecutor support new parameters for receiver endpoint - GetSessionStream synchronized delivery endpoint and session streams
- Added support for token claims change events in the SecurityEvent structure - Added new event handling for identifier recycling and account credential change requirements - Updated frontend to include new event types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.