Using authentications in workflows
In your workflows, you can interact with external services by using authentications.
When you create workflows, you might need to set up connections to external services. For example, you might create a workflow that connects to an external service, fetches data, connects to a second service, and exports the data to the second service.
To allow your workflows to dynamically connect to these services, you must provide and store the authorization credentials for the services. In IBM® Concert Workflows®, you provide and store these credentials in authentications. For more information about creating authentications, see Using authentications.
Note: In Concert Workflows, sensitive data and authentication credentials are stored securely by using the Advanced Encryption Standard - Galois/Counter Mode (AES-GCM) algorithm with a 256-bit key.
In the workflow editor, you can add authentications to your workflow by using any of these methods:
| Method | Steps |
|---|---|
| Authentications dialog |
|
| Authentication variable in the Start block |
|
| Authentication key variables in other blocks |
|