Skip to content

Commit

Permalink
Merge pull request #1391 from ajholland/aholland/AUTH-5460
Browse files Browse the repository at this point in the history
AUTH-5460 Add ping_env_id to cloudflare-go
  • Loading branch information
jacobbednarz committed Sep 8, 2023
2 parents 64de9c4 + 2807c84 commit 35ca0ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1391.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
access_identity_provider: add support for ping_env_id
```
1 change: 1 addition & 0 deletions access_identity_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type AccessIdentityProviderConfiguration struct {
OktaAccount string `json:"okta_account,omitempty"`
OktaAuthorizationServerID string `json:"authorization_server_id,omitempty"`
OneloginAccount string `json:"onelogin_account,omitempty"`
PingEnvID string `json:"ping_env_id,omitempty"`
RedirectURL string `json:"redirect_url,omitempty"`
SignRequest bool `json:"sign_request,omitempty"`
SsoTargetURL string `json:"sso_target_url,omitempty"`
Expand Down

0 comments on commit 35ca0ae

Please sign in to comment.