Skip to content

Commit 3f7d576

Browse files
zoeycastilloclaude
andcommitted
Fix backslash escaping in Privilege Secure RDS Web App Launcher article
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 <[email protected]>
1 parent 208e49c commit 3f7d576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kb/privilegesecure/configuring-the-netwrix-privilege-secure-rds-web-app-launcher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Note that these settings affect all websites launched from this Web App Launcher
5555
### API Settings
5656
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:
5757

58-
:::warning
59-
Any backslashes (\\) in the app secret must be escaped with a preceeding backslash (\\\)
58+
:::warning
59+
Any backslashes (\\) in the app secret must be escaped with a preceeding backslash (\\\\)
6060
:::
6161

6262
![image.png](images/ka0Qk0000001EP7_00N0g000004CA0p_0EMQk000001tPOb.png)

0 commit comments

Comments
 (0)