-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add preffered_username to idToken #1566
Conversation
6c6e58b
to
c3d2fef
Compare
c3d2fef
to
81631a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some notes after a quick glance 👀
33de397
to
ab10cb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't checked the storage part. The rest looks good to me, except one detail.
Changes are done (as requested). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; haven't really looked at storage changes though.
I built a docker container of this branch and tested it (sqlite3 storage, LDAP provider). Works fine! |
Do you think we are okay to merge this @srenatus ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking this. Thanks for the work here, everyone. 😃
Signed-off-by: Nandor Kracser <[email protected]>
4757837
to
c1b421f
Compare
Co-Authored-By: Felix Fontein <[email protected]>
Thanks a lot for implementing this! I'm already using it in production and this was something that was really missing (for me) :) |
Great to hear that, welcome! We also missed it, and will introduce it in prod in the coming days :) |
Signed-off-by: Nandor Kracser [email protected]
Implemented preferred_username in ID Token for:
TODO:
Fixes: #1076