Credential Store
  • 07 Jul 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Credential Store

  • Dark
    Light
  • PDF

Article Summary

The Credential Store allows you to add and configure credentials within the Liquit Workspace. These credentials can be used within packages, to perform network actions using the specified network credentials or for enabling SSO for specific actions.

With the use of Dynamic Variables it's possible to create variables that are linked to a credential and use these variables within actions. For example, you can use the username and/or password in command line parameters within a "Start Process" type action or within an URL of an "Open URL" type action.

There are two types of credentials
Static - Static credentials allow for fixed username and password authentication.
Dynamic - Template credentials provide the means to create credentials that are dynamic per user. When using the template, the user has to specify their credential only once during the first usage of this template.

Overview screen

The overview screen provides a few basic options to configure the credential.

The type of the credential cannot be changed after creation.

Template type

Username - Specify the default syntax for constructing the username. You can also use one of the following predefined variables:

  • ${Identity.UserName} - Username of currently logged in account
  • ${Identity.Source} - Identity Source name of the logged on account
  • ${Identity.ID} - Unique user ID of the logged on account
  • ${Identity.Mail} - Mail address of the logged on account
  • ${Identity.DisplayName} - Display Name of the logged on account
  • ${Input.UserName} - The user will be asked to enter their own username and will be filled in this variable

Verify Password - When enabled, the password will be validated with the Identity Source before being accepted.

Dependencies screen

This screen displays all the variables and package actions in which the current credential is used.


Was this article helpful?