Skip to content

Commit

Permalink
add Scopes to OIDC struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoupe authored Apr 16, 2024
1 parent 4879376 commit aa543a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authority/provisioner/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ type OIDC struct {
ListenAddress string `json:"listenAddress,omitempty"`
Claims *Claims `json:"claims,omitempty"`
Options *Options `json:"options,omitempty"`
Scopes []string `json:"scopes,omitempty"`
AuthParams []string `json:"authParams,omitempty"`
configuration openIDConfiguration
keyStore *keyStore
Expand Down

0 comments on commit aa543a3

Please sign in to comment.