AuthenticationProfile
Summary
Outbound authentication profile.
Description
Profile configuration that provides suport for outbound (backend) authentication, supporting no authentication, HTTP Basic, HTTP Digest, API Key, and SSL authentication.
Fields
Example JSON
{
"name" : "Default Security Profile",
"isDefault" : false,
"parameters" : {
"apiKey" : "e7812c14-b67a-4eef-84a1-e18c0d8436ba",
"apiKeyField" : "KeyId",
"httpLocation" : "query"
},
"type" : "apikey"
}