Add preferred_username to local static passwords
Preflight Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
We would like to use preferred_username as the claim of choice for some of our operations, but it does not seem that we can have that claim filled when using a static password based client.
Proposed Solution
Add the preferred_username claim to match the username attribute on static password based clients or make claim mapping available for us to populate the token with the pre-filled data.
Alternatives Considered
No response
Additional Information
No response
I would like to work on this issue.
Hi @cldfzn @ioboi , I am also concerned about this issue. Is there any progress now?
Hi @vegetablest
I wanted to use dex as a lightweight IdP for local development but then opted to use Keycloak as @nabokihms suggested here.
Maybe @nabokihms you can clarify if this is still not on the roadmap.