Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95388f7 commit 42c4792Copy full SHA for 42c4792
scripts/testidp/main.go
@@ -96,7 +96,9 @@ func RunIDP() func(t *testing.T) {
96
"groups": []string{"testidp", "qa", "engineering"},
97
"roles": []string{"testidp", "admin", "higher_power"},
98
}),
99
- oidctest.WithDefaultIDClaims(jwt.MapClaims{}),
+ oidctest.WithDefaultIDClaims(jwt.MapClaims{
100
+ "sub": uuid.MustParse("26c6a19c-b9b8-493b-a991-88a4c3310314"),
101
+ }),
102
oidctest.WithDefaultExpire(*expiry),
103
oidctest.WithStaticCredentials(*clientID, *clientSecret),
104
oidctest.WithIssuer("http://localhost:4500"),
0 commit comments