-
Notifications
You must be signed in to change notification settings - Fork 10.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
fix: Users without the "Manage OAuth Apps" permission can't log in with third-party apps #32986
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 5154ee1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32986 +/- ##
===========================================
- Coverage 59.40% 59.40% -0.01%
===========================================
Files 2547 2547
Lines 63310 63309 -1
Branches 14248 14248
===========================================
- Hits 37611 37610 -1
Misses 22980 22980
Partials 2719 2719
Flags with carried forward coverage won't be shown. Click here to find out more. |
I would like to express my opinion regarding the chosen solution for the initial issue. Perhaps adding variability to the Moreover, I believe that in the case of the OAuth2 Authorization Flow, it is necessary to pass the minimal required data to the client browser, regardless of user permissions. In this case, only |
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
…th third-party apps (#32986)
Proposed changes (including videos or screenshots)
manage-oauth-apps
permission to use theoauth-apps.get
endpoint (filter out sensitive info instead of blocking access to the endpoint completely). This will allow the third party login feature to work again.Issue(s)
Fixes #31749
Steps to test or reproduce
Before:
After:
Further comments
CORE-473