Skip to content

Commit

Permalink
Update api/mfa/ceremony.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Dinis <[email protected]>
  • Loading branch information
2 people authored and github-actions committed Nov 9, 2024
1 parent c269639 commit aec083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/mfa/ceremony.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (c *Ceremony) Run(ctx context.Context, req *proto.CreateAuthenticateChallen
if err != nil {
// We may fail to start the SSO MFA flow in cases where the Proxy is down or broken. Fall
// back to skipping SSO MFA, especially since SSO MFA may not even be allowed on the server.
slog.DebugContext(ctx, "Failed to attempt SSO MFA, continuing with other MFA methods.", "error", err)
slog.DebugContext(ctx, "Failed to attempt SSO MFA, continuing with other MFA methods", "error", err)
} else {
defer ssoMFACeremony.Close()
req.SSOClientRedirectURL = ssoMFACeremony.GetClientCallbackURL()
Expand Down

0 comments on commit aec083b

Please sign in to comment.