Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

fix: add missing AzureAD connection option #198

Merged
merged 2 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@ type ConnectionOptionsAzureAD struct {
AgreedTerms *bool `json:"ext_agreed_terms,omitempty" scope:"ext_agreed_terms"`
AssignedPlans *bool `json:"ext_assigned_plans,omitempty" scope:"ext_assigned_plans"`

SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
TrustEmailVerified *string `json:"should_trust_email_verified_connection,omitempty"`
}

func (c *ConnectionOptionsAzureAD) Scopes() []string {
Expand Down
8 changes: 8 additions & 0 deletions management/management.gen.go

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