Verification

This topic provides steps to verify that the integration of Blue Prism with Secret Server works.

Use Case "Retrieve Credentials from Secret Server to Automatically Log In to a Remote Computer with the Credentials"

To verify the "Retrieve credentials from Secret Server to enable robots to log in to a remote computer" use case:

  1. Log in to Blue Prism Robotic Process (RPA) software.

  2. In Blue Prism RPA, on the top bar, select Studio.

  3. In the tree, under Processes, expand the Default node and select Delinea_Login to open the Process Studio screen.

  4. In the flowchart, double-click the Template ID shape and in the Initial Value box, enter the ID of the secret template used for the secret that stores the credentials you want.

  5. On the debug toolbar at the top of the Process Studio screen, select to run the workflow.

When the workflow runs to completion, the username and password will be retrieved to the ServiceAccountUsename and ServiceAccountPassword variable shapes in the flowchart respectively, and Login Agent will use these credentials to log in to the remote computer.

Use Case "Retrieve Credentials from Secret Server for Use in an Automation Workflow"

To verify the "Retrieve credentials from Secret Server for use in a workflow" use case:

  1. Log in to Blue Prism Robotic Process (RPA) software.

  2. In Blue Prism RPA, on the top bar, select Studio.

  3. In the tree, under Objects, expand the Default node and select Delinea.Platform.SecretServer to open the Object Studio screen.

  4. At the top of the screen, go to the GetQueue tab.

  5. At the top of the flowchart for the GetQueue workflow, provide the input parameters for the workflow:

    • CredentialName: Double-click the first parallelogram shape to the left of the Start shape. In the Exposure drop-down list, select Environment - Read the corresponding Environment Variable from System Manager, and in the Name drop-down list at the top, select CredentialName (that is, the name of the environment variable that references the credential entry that you created).

    • SecretID: Double-click the SecretID shape and in the Initial Value box, enter the secret ID.

  6. On the debug toolbar at the top of the Object Studio screen, select to run the workflow.

When the workflow runs to completion, the username and password from the specified secret ID will be retrieved to the Username and password variable shapes in the flowchart respectively.