Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

A workflow can be stored for each password policy, in which the password is generated when the password is being reset. The policy for generating the password can be defined in the workflow. In addition, a regex for validating the password can also be stored.

Password Policies configured in CoreOne Suite cannot be referenced in the workflow.

GeneratePasswordWorkflow

This workflow is executed when the password is reset in the account view in the Admin UI.

Available from version

7.2

Workflow Type Name (Id)

-

Configured on

Password Policy

Description

Used to generate a new password when the password is reset.

Data structure

"Data": {},

Example

"Data": {},

C# class name

WorkflowBasedPasswordGenerator

OUTPUT

Workflow returns the generated password as a string

OUTPUT Data structure

{
    "output": string
},

OUTPUT C# class name

WorkflowBasedPasswordGenerator

  • No labels