"SoftLayer_" prefix removed for readability.
Perform an external authentication using the given authentication container.
Name | Type | Description |
---|---|---|
authenticationContainer | SoftLayer_Container_User_Customer_External_Binding | The authentication container with the external authentication information. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_User_Customer_External_Binding]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect_TrustedProfile/performExternalAuthentication'