Skip to content

Commit 9c75c15

Browse files
authored
Merge pull request go-auth0#198 from ollystephens/add-missing-azuread-options
fix: add missing AzureAD connection option
2 parents a6ed6ca + 0c3368a commit 9c75c15

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

management/connection.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ type ConnectionOptionsAzureAD struct {
627627
AgreedTerms *bool `json:"ext_agreed_terms,omitempty" scope:"ext_agreed_terms"`
628628
AssignedPlans *bool `json:"ext_assigned_plans,omitempty" scope:"ext_assigned_plans"`
629629

630-
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
630+
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
631+
TrustEmailVerified *string `json:"should_trust_email_verified_connection,omitempty"`
631632
}
632633

633634
func (c *ConnectionOptionsAzureAD) Scopes() []string {

management/management.gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)