- Notifications
You must be signed in to change notification settings - Fork1k
fix: remove unique constraint on OAuth2 provider app names#18669
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
ThomasK33 merged 1 commit intomainfromthomask33/06-30-feat_oauth2_remove_unique_constraint_on_app_names_for_rfc_7591_complianceJul 3, 2025
Merged
fix: remove unique constraint on OAuth2 provider app names#18669
ThomasK33 merged 1 commit intomainfromthomask33/06-30-feat_oauth2_remove_unique_constraint_on_app_names_for_rfc_7591_complianceJul 3, 2025
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
This was referencedJun 30, 2025
MemberAuthor
ThomasK33 commentedJun 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This was referencedJun 30, 2025
4efb07a
to8a3f7a9
Compare58b076d
to88f01e4
Compare@ThomasK33 tests seem unhappy 😔 |
Yeah, I forgot to update them. On it. |
8a3f7a9
toe7d56c2
Compare88f01e4
to0d042a4
Comparee7d56c2
to10701da
Compare0d042a4
tof4614fd
Comparea2607a8
to990f706
Comparef4614fd
to5943be1
Compare990f706
to95c0496
Compare5943be1
to2e85437
Compare2e85437
toaa379a5
Comparef8aa2de
to9851f81
Compareb7601e7
toce40271
Compare9851f81
to43ac8a0
Comparece40271
to4095815
Compare43ac8a0
to57a9498
Compare4095815
todf954c4
Compare57a9498
to398ecea
Comparedf954c4
to2168bf9
Compare398ecea
to65635f0
Compare2168bf9
to9d2fe4d
Compare65635f0
to27135bd
Compare9d2fe4d
to95ea96c
Compare27135bd
tof4cdc20
Compare95ea96c
toc667cbf
Comparef4cdc20
to0ca3722
Compare This was referencedJul 3, 2025
dca4260
to3813249
Compare0ca3722
to838d1de
Compare838d1de
to32959fe
Compare…lianceChange-Id: Iae7a1a06546fbc8de541a52e291f8a4510d57e8aSigned-off-by: Thomas Kosiewski <tk@coder.com>
32959fe
to6634f47
Compare60b08f0
intomain 30 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
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.
Uh oh!
There was an error while loading.Please reload this page.
Remove unique constraint on OAuth2 provider app names
This PR removes the unique constraint on the
name
field in theoauth2_provider_apps
table to comply with RFC 7591, which only requires unique client IDs, not unique client names.Changes include:
Change-Id: Iae7a1a06546fbc8de541a52e291f8a4510d57e8a
Signed-off-by: Thomas Kosiewskitk@coder.com