One of the tenant workflow settings is the HTTP Login option. This can be helpful if you are using HTTP Get or HTTP Post workflow elements. Instead of implementing the login in each workflow whenever you want to execute such a component, you can instead implement the login once and refer to one of these common login definitions whenever you do a HTTP Get or Post.
The HTTP Login can be referenced in these workflow components:
You can setup multiple HTTP Login definitions in the
tenant settings under workflow:
The parameters are:
Name
This is the reference you can use in the HTTP Get and HTTP Post components.
Connection type
Select between these values: Basic, Oauth2 client credentials and Oauth2 password grant.
User credentials
Credentials for the connection.
Test URL
Here you can enter an optional URL for testing the connection.
Test method
Specify the method for testing the test URL above. Possible values are: Get, Post and Put.
The test connection icon tests the connection to the test URL with the test method specified.