Static control guardian
Check if given input match against a pre-defined list of values. Use this guardian to make rapid security check on your API.
ex: Use this coordination with public HTTP Server endpoint Auth header to assert user identity.
Input
Token
Which token to check security value on.
Parameters
Allowed keys—REQUIRED
List of static keys on which access is granted.
- key: which value to compare.
- label: reminder on which customer you key apply.
Examples:
Key = 0139f-1f09f30910fd-3d3 | Label = Customer-1
Key = e209e-f0af9020f99f-323 | Label = Customer-2
Output
On success
Path to rest of the workflow. In case of failure an error will be raised and execution will be stopped.