Skip to content

Commit

Permalink
Remove strategy_version from OIDC connection options
Browse files Browse the repository at this point in the history
  • Loading branch information
acwest committed Sep 12, 2024
1 parent 2f12990 commit f5fd417
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -1017,8 +1017,6 @@ type ConnectionOptionsOIDC struct {
ClientID *string `json:"client_id,omitempty"`
ClientSecret *string `json:"client_secret,omitempty"`

StrategyVersion *int `json:"strategy_version,omitempty"`

TenantDomain *string `json:"tenant_domain,omitempty"`
DomainAliases *[]string `json:"domain_aliases,omitempty"`
LogoURL *string `json:"icon_url,omitempty"`
Expand Down
8 changes: 0 additions & 8 deletions management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions management/management.gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5fd417

Please sign in to comment.