fix unit tests
This commit is contained in:
parent
1140950b9c
commit
7ca98f24c8
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue