Skip to content

Commit cb04215

Browse files
Merge pull request #18697 from liggitt/oidc-logging
Automatic merge from submit-queue. Limit logging to provider name Fixes #18673
2 parents 1552371 + b463723 commit cb04215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oauthserver/oauth/external/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewExternalOAuthRedirector(provider Provider, state State, redirectURL stri
6363

6464
// AuthenticationRedirect implements oauth.handlers.RedirectAuthHandler
6565
func (h *Handler) AuthenticationRedirect(w http.ResponseWriter, req *http.Request) error {
66-
glog.V(4).Infof("Authentication needed for %v", h)
66+
glog.V(4).Infof("Authentication needed for %v", h.provider)
6767

6868
authReq := h.client.NewAuthorizeRequest(osincli.CODE)
6969
h.provider.AddCustomParameters(authReq)

0 commit comments

Comments
 (0)