fix(keycloak): provide frontend visibility to auth provider configs#9403
Open
JessicaJHee wants to merge 1 commit into
Open
fix(keycloak): provide frontend visibility to auth provider configs#9403JessicaJHee wants to merge 1 commit into
JessicaJHee wants to merge 1 commit into
Conversation
Signed-off-by: Jessica He <jhe@redhat.com>
Contributor
Changed Packages
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Keycloak auth backend module’s configuration schema so the Keycloak provider config can be surfaced to the frontend (for implementing sign-in UI), and documents the available signIn.resolvers options in config.d.ts to align with other auth providers’ config schemas.
Changes:
- Marked
auth.providers.keycloakconfig with@visibility frontendin the module’s config schema. - Added explicit
signIn.resolversunion entries toconfig.d.tsfor all Keycloak sign-in resolvers and their supported options. - Added a changeset bumping
@backstage-community/plugin-auth-backend-module-keycloak-providerwith a patch release note.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workspaces/keycloak/plugins/auth-backend-module-keycloak/config.d.ts | Exposes Keycloak provider config to frontend and adds typed signIn.resolvers schema entries. |
| workspaces/keycloak/.changeset/tender-beers-tan.md | Declares a patch changeset for the config schema visibility/type additions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kz-masa
approved these changes
Jun 9, 2026
kz-masa
left a comment
Member
There was a problem hiding this comment.
LGTM! The structure matches the existing auth provider configs.
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.
Hey, I just made a Pull Request!
@visibilityfrontend so configs can be exposed to the app to implement sign-in UIsignIn.resolversentries for all resolvers to mirror other existing auth providers✔️ Checklist
Signed-off-byline in the message. (more info)