Use this policy when you want the decode the base64 encoded string to get username and password
This policy takes in the values of a base64 encoded string and creates user name and password The resulting values is returned in the output field of the policy.
The configuration fields for the policy are:
[* Indicates a mandatory field]
Name *: Display name of the policy
Description: Description of policy
Enabled: Flag to indicate if the policy is enabled. If this field is not checked, the policy will be ignored at runtime and any fields from its output will contain a default initial value
Continue on Error: Flag to indicate that the flow should continue even if this policy throws an error
encodedString: base64 encoded string
username: username obtained from input string
password: password obtained from input string
Contact