fix unit tests
This commit is contained in:
parent
71512442de
commit
4b00a44fcf
|
|
@ -77,6 +77,7 @@ providers:
|
||||||
insecureSkipNonce: true
|
insecureSkipNonce: true
|
||||||
audienceClaims: [aud]
|
audienceClaims: [aud]
|
||||||
extraAudiences: []
|
extraAudiences: []
|
||||||
|
cookieRefreshName: 'hsdpamcookie'
|
||||||
loginURLParameters:
|
loginURLParameters:
|
||||||
- name: approval_prompt
|
- name: approval_prompt
|
||||||
default:
|
default:
|
||||||
|
|
@ -157,7 +158,6 @@ redirect_url="http://localhost:4180/oauth2/callback"
|
||||||
AudienceClaims: []string{"aud"},
|
AudienceClaims: []string{"aud"},
|
||||||
ExtraAudiences: []string{},
|
ExtraAudiences: []string{},
|
||||||
InsecureSkipNonce: true,
|
InsecureSkipNonce: true,
|
||||||
EnableCookieRefresh: false,
|
|
||||||
CookieRefreshName: "hsdpamcookie",
|
CookieRefreshName: "hsdpamcookie",
|
||||||
},
|
},
|
||||||
LoginURLParameters: []options.LoginURLParameter{
|
LoginURLParameters: []options.LoginURLParameter{
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,6 @@ var _ = Describe("Load", func() {
|
||||||
OIDCGroupsClaim: "groups",
|
OIDCGroupsClaim: "groups",
|
||||||
OIDCAudienceClaims: []string{"aud"},
|
OIDCAudienceClaims: []string{"aud"},
|
||||||
InsecureOIDCSkipNonce: true,
|
InsecureOIDCSkipNonce: true,
|
||||||
OIDCEnableCookieRefresh: false,
|
|
||||||
OIDCCookieRefreshName: "hsdpamcookie",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
Options: Options{
|
Options: Options{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue