feat(KLEF): Show loading screen while IDP plugin is starting up#17
Merged
isaacwallace123 merged 1 commit intomainfrom Apr 3, 2026
Merged
feat(KLEF): Show loading screen while IDP plugin is starting up#17isaacwallace123 merged 1 commit intomainfrom
isaacwallace123 merged 1 commit intomainfrom
Conversation
Poll /api/v1/auth/config every 3s when ready:false (IDP installed but container still starting). Show a "Starting identity provider…" loading screen on the login page instead of the form, so the user isn't prompted to spam credentials before Keycloak is ready. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Pull Request
Summary
GET /api/v1/auth/configevery 3 s untilready: true, then seamlessly transitions to the login formRelated Issues
Closes #
Changes
What's Included
AuthConfig: addready?: booleanfieldAuthProvider: poll config every 3 s when IDP is installed (!setup_required) but not yet ready (!ready)ready: falseWhat's Not Included
Testing
How Was This Tested?
ready: false→ skeletons shown,ready: true→ login form appears without page refreshTest Coverage
Breaking Changes
Does this PR introduce breaking changes?
Security Considerations
Documentation
Does this PR require documentation updates?
UI/UX (If Applicable)
Screenshots or recordings: loading skeleton with "Starting identity provider…" caption, auto-transitions to login form when ready.
Pre-Merge Checklist
feat:,fix:,chore:,docs:,refactor:,test:)Reviewer Notes