- Syvizo API Management Platform
- Overview
- Getting Started
- Manage Users and Accesses
- Design APIs
- Publish API
- Collaborate
- Validate APIs
- Manage API Flows
- Flow Management
- API Flow Manager
- Policies
- Traffic Management
- Security
- Transformation
- Extension
- Insights
Decode Auth
When to use
Use this policy when you want the decode the base64 encoded string to get username and password
Details
This policy takes in the values of a base64 encoded string and creates user name and password The resulting values is returned in the output field of the policy.
Configuration
The configuration fields for the policy are:
[* Indicates a mandatory field]
Name *: Display name of the policy
Description: Description of policy
Enabled: Flag to indicate if the policy is enabled. If this field is not checked, the policy will be ignored at runtime and any fields from its output will contain a default initial value
Continue on Error: Flag to indicate that the flow should continue even if this policy throws an error
Input fields
encodedString: base64 encoded string
Output fields
username: username obtained from input string
password: password obtained from input string