Skip to content

Commit

Permalink
(fix) Update settings to allow audience configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Wes Medford <[email protected]>
  • Loading branch information
wrmedford committed Dec 5, 2024
1 parent 2b3ac11 commit 933539f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ type JWTConfig struct {
JWKSetURL string `json:"jwkSetURL,omitempty"`
// CacheTTL is how long to cache the JWKS
CacheTTL string `json:"cacheTTL,omitempty"`
// Audience is the expected audience for the JWT
Audience string `json:"audience,omitempty"`
}

type OIDCConfig struct {
Expand Down

0 comments on commit 933539f

Please sign in to comment.