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 c8d194a commit d4d8b1cCopy full SHA for d4d8b1c
coderd/coderdtest/oidctest/idp.go
@@ -834,7 +834,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
834
}
835
mux.Handle(userInfoPath, http.HandlerFunc(func(rw http.ResponseWriter, r *http.Request) {
836
email, ok := validateMW(rw, r)
837
- f.logger.Info(r.Context(), "http userinfo",
+ f.logger.Info(r.Context(), "http userinfo endpoint",
838
slog.F("valid", ok),
839
slog.F("email", email),
840
)
0 commit comments