-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
refactor(client): OAuth2 Client IDs have UUID V4 enforced #3154
Conversation
ca1d981
to
1f7b007
Compare
Codecov Report
@@ Coverage Diff @@
## v2.x #3154 +/- ##
=======================================
Coverage ? 78.01%
=======================================
Files ? 114
Lines ? 8489
Branches ? 0
=======================================
Hits ? 6623
Misses ? 1487
Partials ? 379 Continue to review full report at Codecov.
|
BREAKING CHANGE: To improve security and scalability (in particular sharding), OAuth 2.0 Client IDs can no longer be chosen but are always assigned a random generated UUID V4. OAuth 2.0 Clients created with custom IDs before the v2.0 release will continue working with their legacy Client ID in Ory Hydra v2.x. Additionally, the `hydra create client` command no longer supports flag `--id` and flag `--callbacks` has been renamed to `--redirect-uris`. Closes #2911
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.
Reviewed
BREAKING CHANGE: It is no longer possible to set arbitrary client IDs. Instead, IDs have to be UUID V4 from now on. Clients created before the 2.0 release will continue to work with their legacy IDs.
Closes #2911
Related issue(s)
Checklist
vulnerability, I confirm that I got green light (please contact [email protected]) from the
maintainers to push the changes.
Further Comments