External Auth Identity Provider Credentials
- Resource
-
1/named-credentials/external-auth-identity-provider-credentials/fullName - Available version
- 62.0
- HTTP methods
- GET, PUT, POST
- Request body for PUT and POST
-
- 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
- Response body for GET, PUT, and POST
- External Auth Identity Provider Credentials