diff --git a/internal/pkg/auth/user_login.go b/internal/pkg/auth/user_login.go index fd982934..b8a706a5 100644 --- a/internal/pkg/auth/user_login.go +++ b/internal/pkg/auth/user_login.go @@ -232,7 +232,7 @@ func AuthorizeUser(p *print.Printer, isReauthentication bool) error { } }) - p.Debug(print.DebugLevel, "opening browser for authentication") + p.Debug(print.DebugLevel, "opening browser for authentication: %s", authorizationURL) p.Debug(print.DebugLevel, "using authentication server on %s", idpWellKnownConfig.Issuer) p.Debug(print.DebugLevel, "using client ID %s for authentication ", idpClientID)