Verifying Power Automate and Secret Server Integration

You can verify the integration by testing a secret or the RDP connection.

Testing the Flow of GetSecretById

To test a secret:

  1. Select GetSecretById and then, Edit.

  2. Navigate to Manually trigger a flow > Save > Test.

  3. Go to Manually > Test.

  4. Enter the Secret ID from the Secret Server URL in the Numbers field and select Run flow.

  5. Select Done.

After the flow has successfully run, you will see the confirmation message.

The example below shows data in the JSON recovered from the Secret ID before running the flow. In the Body, view the JSON containing the usernamesecret, passwordsecret, and item jsonsecret objects, which include all itemValues of the secret for the template used to create the secret.

{

"usernamesecret": "w2",

"passwordsecret": "1234567890",

"jsonsecret": "[{\"slur\" : \"machine\",\"itemValue\" : \"10.10.202.147\"},{\"slur\" : \"username\",\"itemValue\" : \"w2\"},{\"slur\" : \"password\",\"itemValue\" : \"1234567890\"},{\"slur\" : \"notes\",\"itemValue\" : \"\"}]"

}

Testing RDP Connection

To test the integration via the RDP connection:

  1. In the Delinea account, select RunRDP to run the flow RunRDP.

  2. Select Edit.

  3. Select Test > Manually trigger a flow > Save.

  4. Enter the SecretID from the Secret Server URL on the Run Flow window and select Done.

  5. End the flow and launch the Windows RDP client.