Skip to main content

Generate Password

Description

Generate Password creates random passwords based on customizable criteria including length, number of uppercase and lowercase letters, digits, and special characters. Use this step when your workflow needs to produce secure passwords for user provisioning, generate one-time passwords (OTPs), or create temporary credentials for automated system setup. The generated password is output as a field available to downstream steps for immediate use or storage.

Configurations

Field NameDescription
Step NameName of the step. This name has to be unique in a single workflow.
Maximum lengthThe maximum length of the password. An integer value should be provided.
Minimum lengthThe minimum length of the password. An integer value should be provided.
Minimum number of capital case lettersThe minimum number of capital case letters to be present in the password. An integer value should be provided.
Minimum number of small case lettersThe minimum number of small case letters to be present in the password. An integer value should be provided.
Minimum number of digitsThe minimum number of digits to be present in the password. An integer value should be provided.
Minimum number of special charactersThe minimum number of special characters to be present in the password. An integer value should be provided.
Output Tab:
ResultThis field contains the final password generated randomly.

Note: Addition of criteria field values (minimum number of capital letters, the minimum number of small case letter, the minimum number of special character, the minimum number of digits) should be less than the value in the field Minimum Password length. Validation for mandatory integer field values is also implemented for all the fields from 2 to7 above.