From 502c958b9e276b85dfa853ddcb8e70dbbf7bec22 Mon Sep 17 00:00:00 2001 From: Brian Joerger Date: Tue, 29 Oct 2024 10:52:31 -0700 Subject: [PATCH] Update lib/client/sso/ceremony.go Co-authored-by: Alan Parra --- lib/client/sso/ceremony.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client/sso/ceremony.go b/lib/client/sso/ceremony.go index b9643a52578bb..fe1fc707d05db 100644 --- a/lib/client/sso/ceremony.go +++ b/lib/client/sso/ceremony.go @@ -104,6 +104,7 @@ func (m *MFACeremony) Close() { } // NewCLIMFACeremony creates a new CLI SSO ceremony from the given redirector. +// The returned MFACeremony takes ownership of the Redirector. func NewCLIMFACeremony(rd *Redirector) *MFACeremony { return &MFACeremony{ clientCallbackURL: rd.ClientCallbackURL,