Newer Version Available

This content describes an older version of this product. View Latest

External Auth Identity Provider Credentials Input

External auth identity provider credentials input.
Root XML tag
<externalAuthIdentityProviderCredentials>
JSON example for creating (POST) or replacing (PUT) an external auth identity provider's credentials
Use this example request body to create or update credentials for an external auth identity provider that uses OAuth2.0 authentication with an authorization code. Assume the credential has two values: clientId and clientSecret.
1{
2	"credentials": [
3		{
4			"credentialName": "clientId",
5			"credentialValue": "SampleClientID"
6		},
7		{
8			"credentialName": "clientSecret",
9			"credentialValue": "SampleClientSecret"
10		}
11	]
12}
Properties
Name Type Description Required or Optional Available Version
credentials External Auth Identity Provider Credential Input[] List of an external auth identity provider's credentials. Required 62.0