-
Notifications
You must be signed in to change notification settings - Fork 597
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
AUTH-5081 Add claims and scopes fields to Access IDP config #1237
Conversation
changelog detected ✅ |
Codecov Report
@@ Coverage Diff @@
## master #1237 +/- ##
==========================================
- Coverage 49.31% 49.24% -0.07%
==========================================
Files 130 131 +1
Lines 12557 12667 +110
==========================================
+ Hits 6192 6238 +46
- Misses 4940 4988 +48
- Partials 1425 1441 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
afe9c0d
to
7c1d34e
Compare
👋 are you able to link me to the public docs for this one? i'm not able to find these specific fields. |
I added the Not ideal but we're working on it.. |
perfecto, thanks. |
This functionality has been released in v0.64.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Adds the
claims
andscopes
fields to theAccessIdentityProviderConfiguration
struct, so that we can add it to Terraform as part of AUTH-5081Has your change been tested?
Tested it locally to update the claims and scopes of my configured OIDC connector.
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist: