fix unit tests

This commit is contained in:
Erikson Bahr 2024-02-01 11:15:02 -03:00
parent 1140950b9c
commit 7ca98f24c8
No known key found for this signature in database
GPG Key ID: 18A31B1438D87934
1 changed files with 10 additions and 8 deletions

View File

@ -36,14 +36,16 @@ var _ = Describe("Load", func() {
},
LegacyProvider: LegacyProvider{
ProviderType: "google",
AzureTenant: "common",
ApprovalPrompt: "force",
UserIDClaim: "email",
OIDCEmailClaim: "email",
OIDCGroupsClaim: "groups",
OIDCAudienceClaims: []string{"aud"},
InsecureOIDCSkipNonce: true,
ProviderType: "google",
AzureTenant: "common",
ApprovalPrompt: "force",
UserIDClaim: "email",
OIDCEmailClaim: "email",
OIDCGroupsClaim: "groups",
OIDCAudienceClaims: []string{"aud"},
InsecureOIDCSkipNonce: true,
OIDCEnableCookieRefresh: false,
OIDCCookieRefreshName: "hsdpamcookie",
},
Options: Options{