[OID4VCI]: Add UI for OID4VCI Protocol Mapper Configuration#191
Draft
forkimenjeckayang wants to merge 8 commits intomainfrom
Draft
[OID4VCI]: Add UI for OID4VCI Protocol Mapper Configuration#191forkimenjeckayang wants to merge 8 commits intomainfrom
forkimenjeckayang wants to merge 8 commits intomainfrom
Conversation
Awambeng
requested changes
Nov 10, 2025
js/apps/admin-ui/src/components/dynamic/ClaimDisplayComponent.tsx
Outdated
Show resolved
Hide resolved
js/apps/admin-ui/src/components/dynamic/ClaimDisplayComponent.tsx
Outdated
Show resolved
Hide resolved
js/apps/admin-ui/src/components/dynamic/ClaimDisplayComponent.tsx
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
Suggestions applied @Awambeng |
Awambeng
approved these changes
Nov 11, 2025
Collaborator
IngridPuppet
left a comment
There was a problem hiding this comment.
Just a single comment
Collaborator
IngridPuppet
left a comment
There was a problem hiding this comment.
Please check my reply above. #191 (comment)
b1e7dd9 to
53570fb
Compare
IngridPuppet
approved these changes
Nov 20, 2025
Closes: keycloak#43901 Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
3fda057 to
99ba45f
Compare
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.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.
Add UI for OID4VCI Protocol Mapper Configuration
Summary
This PR adds the missing UI fields for configuring OID4VCI protocol mappers in the Keycloak Admin Console. Users can now configure all OID4VC-specific properties directly through the UI.
What Changed
New Features
Before
The Admin UI only showed basic fields (claim name, user attribute, static value) but was missing the OID4VCI-specific properties.
After
All OID4VCI properties are now configurable:
Closses
Screenshots