Creating an Encrypted Connection String
Trouble seeing the images? Right click on images and open in new tab to enlarge or zoom in on the page (Ctrl + mousewheel).
In this article we provide the steps needed to create an encrypted connection string for WebReports.
Where Do You Encrypt Your WebReports Connection String and Okta Settings?
Your WebReports Connection string and Okta settings can be encrypted inside VDM by clicking on the Help menu in VDM, then selecting WR App Settings.
Steps to Encrypt Your Microsoft SQL Connections String.
NOTE: When copying the values inside appsettings, copy the value inside the double quotes ( " ).
1. Click the Help Menu then select WR App Settings.
2. Open your appsettings.json file.
3. Copy the Company ID and WR License Key from the Registration section of the appsettings and then paste it into the corresponding License Information.
4. Select your Connection Type from the drop-down menu.
5. Enter your connection information (Server / Database / Username / Password / etc.).
6. Click test connection to verify the proper connection information was entered.
7. Click Create WebReports Database Connection String.
8. Copy the encrypted connection string from the box below.
Note: Recommend clicking inside the box and pressing Ctrl + A then Ctrl + C to copy out the connection string.
9. Paste the encrypted connection string over your connection string at the top of your appsettings. Make sure you paste the connection string over the right connection string depending on whether you are using a MSSQL connection or MySQL.
IMPORTANT NOTE: Make sure you paste the connection string within the double quotes (" ")
10. Save the changes made to the appsettings.json.
Comments
0 comments
Please sign in to leave a comment.