From fdc184fe5811123ccb5e304d7f69eac040767634 Mon Sep 17 00:00:00 2001 From: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:47:50 +0200 Subject: [PATCH] Windows CSP - Spotlight config + Okta scep (#34589) --- .../allow-spotlight-collections.xml | 12 ++ .../okta-attestation-cert.xml | 103 ++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 docs/solutions/windows/configuration-profiles/allow-spotlight-collections.xml create mode 100644 docs/solutions/windows/configuration-profiles/okta-attestation-cert.xml diff --git a/docs/solutions/windows/configuration-profiles/allow-spotlight-collections.xml b/docs/solutions/windows/configuration-profiles/allow-spotlight-collections.xml new file mode 100644 index 0000000000..4f6ea59d74 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/allow-spotlight-collections.xml @@ -0,0 +1,12 @@ + + 019a01c6-9e1e-7e70-9c72-21151773f075 + + + int + + + ./User/Vendor/MSFT/Policy/Config/Experience/AllowSpotlightCollection + + 0 + + diff --git a/docs/solutions/windows/configuration-profiles/okta-attestation-cert.xml b/docs/solutions/windows/configuration-profiles/okta-attestation-cert.xml new file mode 100644 index 0000000000..d7e74dd7d2 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/okta-attestation-cert.xml @@ -0,0 +1,103 @@ + + + 1 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify + + + node + + + + + + 2 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/ServerURL + + + chr + + yourUrlHere + + + + + 3 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/Challenge + + + chr + + yourChallengeHere + + + + + 4 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/SubjectName + + + chr + + $FLEET_VAR_HOST_UUID + + + + + 5 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/KeyLength + + + int + + 2048 + + + + + 6 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/HashAlgorithm + + + chr + + SHA256 + + + + + 7 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/KeyUsage + + + int + + 160 + + + + + 8 + + + ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/EKUMapping + + + chr + + 1.3.6.1.5.5.7.3.2 + +