Skip to content
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: Remove hard-coded "openid" scope from token request; dependency updates #136

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

cd-rite
Copy link
Collaborator

@cd-rite cd-rite commented Oct 15, 2024

resolves: #135
resolves: #134

The client credentials flow is an oauth flow, not an oidc flow, so requesting "openid" is inappropriate. Some authorization services(ie. okta) will not provide a token if this scope is requested.
If for some reason it is required by another service, Watcher already allows extra scopes to be specified.

Copy link

Quality Gate Passed Quality Gate passed for 'NUWCDIVNPT_stigman-watcher'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@cd-rite cd-rite merged commit 4eeb472 into main Oct 18, 2024
3 checks passed
@cd-rite cd-rite deleted the remove-openid branch October 19, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove hard-coded "openid" scope from token request
1 participant