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 9a600c0 commit 6030a5fCopy full SHA for 6030a5f
coderd/coderdtest/oidctest/idp.go
@@ -161,6 +161,7 @@ func NewFakeIDP(t testing.TB, opts ...FakeIDPOpt) *FakeIDP {
161
refreshIDTokenClaims: syncmap.New[string, jwt.MapClaims](),
162
hookOnRefresh: func(_ string) error { return nil },
163
hookUserInfo: func(email string) jwt.MapClaims { return jwt.MapClaims{} },
164
+ hookValidRedirectURL: func(redirectURL string) error { return nil },
165
}
166
167
for _, opt := range opts {
0 commit comments