Skip to content

Commit

Permalink
AUTH-5460 add email_claim_name to cloudflare-go api
Browse files Browse the repository at this point in the history
  • Loading branch information
ajholland committed Sep 8, 2023
1 parent 71756e5 commit a0c135e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1390.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
access_identity_provider: add support for email_claim_name
```
1 change: 1 addition & 0 deletions access_identity_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type AccessIdentityProviderConfiguration struct {
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"`
IdpPublicCert string `json:"idp_public_cert,omitempty"`
IssuerURL string `json:"issuer_url,omitempty"`
OktaAccount string `json:"okta_account,omitempty"`
Expand Down

0 comments on commit a0c135e

Please sign in to comment.