Preserve Query and Batch Edit state across SSO session expiration#7831
Draft
acwhite211 wants to merge 2 commits intomainfrom
Draft
Preserve Query and Batch Edit state across SSO session expiration#7831acwhite211 wants to merge 2 commits intomainfrom
acwhite211 wants to merge 2 commits intomainfrom
Conversation
Triggered by f350761 on branch refs/heads/issue-7817
Member
Author
|
Was looking into maybe a simpler solution with having a dialog box on the front-end that was triggered when the session was close to expiring. The dialog box would warn the user to save their data before the session expired. |
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.
Fixes #7817
This fixes a session expiration gap for SSO users where Specify could lose work, that's in progress, after the identity provider required re-authentication.
When an SSO session expires, we'll have Specify do that following:
This addresses the reported behavior where users could lose progress in queries or batch edits after inactivity, and improves the timeout flow so it's handled as a recoverable re-authentication path, instead of dropping users back into a reset application state.
Checklist
self-explanatory (or properly documented)
Testing instructions
Query Builder
Batch Edit