Configure RTS for Integration
-
Start RTS.
-
Click New and the Add Royal TS Document wizard displays.
-
Type a name for the document in the Display Name text box.
-
Click Next.
-
Select the Enable Encryption check box.
-
Type the desired password in the Password and Confirm text boxes. You can also click the Generate Password button to the right to automatically create one.
-
Click the OK button. The wizard closes and your new connection appears as a node in the tree in the left pane.
-
Go to the Dynamic Folder PowerShell file for Secret Server.
-
Click Delinea Secret Server (PowerShell).rdfe to open the file.
-
Right-click Raw and select Save link as… or Save linked content as… to save the PowerShell .rdfe file to a location of your choice. It defaults to your Downloads folder.
-
Return to RTS.
-
Click the new Connection node in the navigation tree.
-
Click the Data tab.
-
Click the Dynamic Folder File button in the Import section.
-
Locate the file you downloaded.
-
Click the Open button to import the file.
-
A confirmation and then the Edit Properties popup displays.
-
It won't appear immediately, but a new Dynamic folder will display under your connections.
-
Click Custom Properties.
-
Under Server URL TODO, Click the 'Plus' button to add new fields... +, to display a text box.
-
Enter your server URL and click OK.
-
If multi-factor authentication (MFA) is required by your server or user, do the following:
-
Right click the Delinea Secret Server (PowerShell) connection and select Properties. The Dynamic Folder Settings popup diplays.
-
Click the Dynamic Folder Script button and the script displays.
-
Scroll down to the last line of the script:
Get-Entries -url "$CustomProperty.ServerURL$" -username "$EffectiveUsername$" -password "$EffectivePassword$" -requiresMFA $false
-
Change the $false to $true.
-
Click OK.
-
Repeat the process for the Dynamic Credential script.
-
-
Click Credentials and Edit Properties displays.
-
Click the Configuration dropdown list and select either Specify username and password or Use an existing credential.
-
Click the Dynamic Folder Script and the script editor displays.
-
Click the blue information button and the Script Interpreter Path Configuration dialog box displays.
-
Ensure the path to your installed powershell.exe file is correct. If not, go to the correct path and click Open.