ExternalFlow
Introduction
Configuration
Name
Description
Default
Mandatory
{
"id": "externalflow01",
"type": "ExternalFlow",
"config": {
"base_path": "/login",
"location": "https://externalservice.com/",
"attributes":
{
"attribute_username":"${state.username}",
"attribute_info":"This is another attribute"
},
"key_store":
{
"type" : "PKCS12",
"path" : "path/to/my.p12",
"password" : "password",
"private_key_password": "password"
},
"certificate":
{
"path" : "path/to/certificate.pem"
}
}
}