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

Commit 9d738b9

Browse files
committed
Add missing SetUserAttributes for management.ConnectionOptionsOIDC
1 parent e2d906f commit 9d738b9

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
@@ -525,7 +525,8 @@ type ConnectionOptionsOIDC struct {
525525
UserInfoEndpoint *string `json:"userinfo_endpoint"`
526526
TokenEndpoint *string `json:"token_endpoint"`
527527

528-
Scope *string `json:"scope,omitempty"`
528+
Scope *string `json:"scope,omitempty"`
529+
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
529530
}
530531

531532
func (c *ConnectionOptionsOIDC) 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)