From 15567efdae7bb6d67d87c2e1bbf365c47dd3fb82 Mon Sep 17 00:00:00 2001 From: Jake Stenger Date: Tue, 3 Mar 2026 10:54:26 -0600 Subject: [PATCH] Clarifying text for ndes_scep_proxy that it's for dynamic SCEP (#40742) **Related issue:** Resolves #34521 # Checklist for submitter - [x] QA'd all new/changed functionality manually --- .../cards/CertificateAuthorities/components/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/admin/IntegrationsPage/cards/CertificateAuthorities/components/helpers.tsx b/frontend/pages/admin/IntegrationsPage/cards/CertificateAuthorities/components/helpers.tsx index 541eaa618a..7dd64057ef 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/CertificateAuthorities/components/helpers.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/CertificateAuthorities/components/helpers.tsx @@ -6,7 +6,7 @@ const CA_LABEL_BY_TYPE: Record = { digicert: "DigiCert", hydrant: "Hydrant Enrollment Over Secure Transport (EST)", ndes_scep_proxy: - "Okta CA or Microsoft Network Device Enrollment Service (NDES)", + "Dynamic SCEP - Okta CA or Microsoft Network Device Enrollment Service (NDES)", smallstep: "Smallstep", };