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

Commit

Permalink
Add missing SetUserAttributes for management.ConnectionOptionsOIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
yvovandoorn committed Mar 24, 2021
1 parent e2d906f commit 9d738b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ type ConnectionOptionsOIDC struct {
UserInfoEndpoint *string `json:"userinfo_endpoint"`
TokenEndpoint *string `json:"token_endpoint"`

Scope *string `json:"scope,omitempty"`
Scope *string `json:"scope,omitempty"`
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
}

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

0 comments on commit 9d738b9

Please sign in to comment.