mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
fixes: #29222 This is a feature branch that was completed last week, but did not get merged in time. All pr's going in was approved, and reviewed. I will after this is merged, do a cherry pick onto the RC 4.73 branch, and initiate the FR merge process. --------- Co-authored-by: Martin Angers <martin.n.angers@gmail.com> Co-authored-by: Sarah Gillespie <73313222+gillespi314@users.noreply.github.com> Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
5 lines
66 B
Go
5 lines
66 B
Go
package mdm
|
|
|
|
const (
|
|
BYODIdpCookieName = "__Host-FLEETBYODIDP"
|
|
)
|