Skip to content

Commit 53c51e6

Browse files
committed
Push it to debug log
1 parent e553d87 commit 53c51e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/userauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ func (api *API) userOIDC(rw http.ResponseWriter, r *http.Request) {
678678
// This conditional is purely to warn the user they might have misconfigured their OIDC
679679
// configuration.
680680
if _, groupClaimExists := claims["groups"]; !usingGroups && groupClaimExists {
681-
api.Logger.Warn(ctx, "'groups' claim was returned, but 'oidc-group-field' is not set, check your coder oidc settings.")
681+
api.Logger.Debug(ctx, "'groups' claim was returned, but 'oidc-group-field' is not set, check your coder oidc settings.")
682682
}
683683

684684
// The username is a required property in Coder. We make a best-effort

0 commit comments

Comments
 (0)