Generic OIDC group scope is not sent in the request formed by the UI #13421
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.
Summary
Fixes #12477
Occurred changes and/or fixed issues
Included scopes in the Keycloack pop-up as indicated in the issue.
Technical notes summary
It seems like
scope
was not added to the whole logic after passing the list from the UI.In the store logic it's also mispelled to plural as
scopes
.The function where it gets added has not been changed since 5 years and is not working.
dashboard/store/auth.js
Lines 141 to 143 in f76baeb
addObjects()
with newjoinStringList()
redirectTo
action to generate redirect URL to auth provider pop up with all the involved casestest
action to pass all the required options to compose the redirect URLauth-config
mixin used in the view to submit the auth configurationconcatStrings()
Areas or cases that should be tested
As by reported issue.
Areas which could experience regressions
Screenshot/Video
Checklist