"SoftLayer_" prefix removed for readability.
Authenticate a user for the SoftLayer customer portal via an openIdConnect provider.
Name | Type | Description |
---|---|---|
providerType | string | A value representing the OpenID Connect provider type. |
accessToken | string | The OpenID Connect access token which provides temporary access to a resource by the |
accountId | int | The preferred Softlayer account to query, if not provided a default will be used. |
securityQuestionId | int | A security question you wish to answer when authenticating to the SoftLayer customer portal. This parameter isn’t required if no security questions are set on your portal account or if your account is configured to not require answering a security account upon login. |
securityQuestionAnswer | string | The answer to your security question. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, int, int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/getPortalLoginTokenOpenIdConnect'