diff --git a/pkg/server/auth/saml_acs_handler.go b/pkg/server/auth/saml_acs_handler.go index 6f0e6887d..73518ece5 100644 --- a/pkg/server/auth/saml_acs_handler.go +++ b/pkg/server/auth/saml_acs_handler.go @@ -64,7 +64,7 @@ func SAMLACSHandler(samlSvc *authsvc.SAMLService, authSvc *authsvc.Service, auth samlConfigID := r.URL.Query().Get("c") if relayState != "" { - logger.InfoCtx(ctx, "processing SP-initiated SAML login", log.String("relay_state", relayState)) + logger.InfoCtx(ctx, "processing SP-initiated SAML login") } else { logger.InfoCtx(ctx, "processing IDP-initiated SAML login", log.String("config_id", samlConfigID)) }