-
Notifications
You must be signed in to change notification settings - Fork 1.3k
JdbcRegisteredClientRepository hashes client secret on save #381
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
Conversation
still in draft as I will rebase it on top of |
… client secret before saving it Closes spring-projectsgh-378
Thanks for the PR @ovidiupopa91 ! This is now in main. |
@ovidiupopa91 I think there may be a double-encoding bug with this update. I decided to merge anyway but can you confirm if there is a bug or not. In the scenario where an existing client is updated via FYI, I'm on PTO all of next week and returning Aug 9 so I'll follow up with you then. Thanks again for all your help ! |
Hi @jgrandja . I was thinking about this as well. I will let you know when I have a definitive answer. |
Hi @jgrandja . I can confirm that bug is reproducible. I wrote a test
The first assert is passing but the second one is not -> because of the double encoding issue. The good news is that in the framework, the In the
and the |
Thanks for confirming @ovidiupopa91. Would you mind creating a new issue for this with the details? We'll need to have this fixed before we implement gh-355. |
Thanks @ovidiupopa91 ! I assigned it to you but this can wait until |
Closes gh-378