Feedback

  • Contents
 

Put External Password

This System tool is used to give login information to an external service such as a mainframe.

Inputs

Password Id

The unique identifier for this set of login information.

Server Name

The server receiving the login information.

Account Name

The account for which the login information is needed.

Password

String containing the password information.

Warning: If a literal value is used, the password is plainly visible. For this reason, we recommend creating a handler that uses a custom notification to pass the password in as a parameter from the command line. This way, anyone looking at the handler would see only that the passwords are passed in, and not the actual passwords.  

Custom String Value

This parameter contains whatever additional information is needed to log in.

Exit Paths

Success

This path is taken if the login information is successfully passed to the external service.

Failure

This path is taken if the operation fails.