-
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-5460 add email_claim_name to cloudflare-go api #1390
Conversation
changelog detected ✅ |
Codecov Report
@@ Coverage Diff @@
## master #1390 +/- ##
==========================================
+ Coverage 48.33% 48.41% +0.08%
==========================================
Files 133 139 +6
Lines 13023 13809 +786
==========================================
+ Hits 6295 6686 +391
- Misses 5201 5466 +265
- Partials 1527 1657 +130
|
a0c135e
to
0ca2408
Compare
Scopes []string `json:"scopes,omitempty"` | ||
DirectoryID string `json:"directory_id,omitempty"` | ||
EmailAttributeName string `json:"email_attribute_name,omitempty"` | ||
EmailClaimName string `json:"email_claim_name,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new field
IdpPublicCert string `json:"idp_public_cert,omitempty"` | ||
IssuerURL string `json:"issuer_url,omitempty"` | ||
OktaAccount string `json:"okta_account,omitempty"` | ||
OktaAuthorizationServerID string `json:"authorization_server_id,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new field
This functionality has been released in v0.77.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Adds email_claim_name, which is a recent field we've added that is documented in the API: https://developers.cloudflare.com/api/operations/access-identity-providers-add-an-access-identity-provider
Has your change been tested?
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.