From 3f7d576b8c2f85169132483e91a623733f994a53 Mon Sep 17 00:00:00 2001 From: Zoey Castillo Date: Thu, 6 Nov 2025 13:27:36 -0600 Subject: [PATCH 1/2] Fix backslash escaping in Privilege Secure RDS Web App Launcher article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected markdown syntax to properly display escaped backslashes in the warning message about app secret configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ...uring-the-netwrix-privilege-secure-rds-web-app-launcher.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md b/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md index 2af79b8c32..bfa6cd08e5 100644 --- a/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md +++ b/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md @@ -55,8 +55,8 @@ Note that these settings affect all websites launched from this Web App Launcher ### API Settings In order to use the Web App Launcher, an Application User must be created in NPS. Once this is done, supply the username and API Key into the `AppUser` and `AppSecret` fields, respectively. The certificate should be placed in the Web App Launcher directory, with the directory indicated in the `AppCert` field as indicated: -:::warning -Any backslashes (\\) in the app secret must be escaped with a preceeding backslash (\\\) +:::warning +Any backslashes (\\) in the app secret must be escaped with a preceeding backslash (\\\\) ::: ![image.png](images/ka0Qk0000001EP7_00N0g000004CA0p_0EMQk000001tPOb.png) From c60a62230bd2fd7709c653bf5638d8c4adf078ed Mon Sep 17 00:00:00 2001 From: Zoey Castillo Date: Thu, 6 Nov 2025 13:35:10 -0600 Subject: [PATCH 2/2] Fix typo: preceeding -> preceding in Privilege Secure article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected spelling in the API Settings warning message. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ...iguring-the-netwrix-privilege-secure-rds-web-app-launcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md b/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md index bfa6cd08e5..941cd7ac17 100644 --- a/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md +++ b/docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md @@ -56,7 +56,7 @@ Note that these settings affect all websites launched from this Web App Launcher In order to use the Web App Launcher, an Application User must be created in NPS. Once this is done, supply the username and API Key into the `AppUser` and `AppSecret` fields, respectively. The certificate should be placed in the Web App Launcher directory, with the directory indicated in the `AppCert` field as indicated: :::warning -Any backslashes (\\) in the app secret must be escaped with a preceeding backslash (\\\\) +Any backslashes (\\) in the app secret must be escaped with a preceding backslash (\\\\) ::: ![image.png](images/ka0Qk0000001EP7_00N0g000004CA0p_0EMQk000001tPOb.png)