Skip to content

Commit

Permalink
Merge pull request #919 from GreenStage/egomes/AUTH-4332
Browse files Browse the repository at this point in the history
Add PKCE flag to Identity Provider configuration
  • Loading branch information
jacobbednarz committed Jun 3, 2022
2 parents 6687785 + cc35624 commit f668d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions access_identity_provider.go
Expand Up @@ -43,6 +43,7 @@ type AccessIdentityProviderConfiguration struct {
SsoTargetURL string `json:"sso_target_url,omitempty"`
SupportGroups bool `json:"support_groups,omitempty"`
TokenURL string `json:"token_url,omitempty"`
PKCEEnabled *bool `json:"pkce_enabled,omitempty"`
}

// AccessIdentityProvidersListResponse is the API response for multiple
Expand Down

0 comments on commit f668d5b

Please sign in to comment.