Home
Salesforce
Salesforce Security Schemes Example
Salesforce Security Schemes Example
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
Salesforce Security Schemes Example is an example object payload from Salesforce, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
openIDConnectDiscovery bearerAuth oAuth2
Example Payload
{
"openIDConnectDiscovery": "500123",
"bearerAuth": {
"type": "example_value",
"description": "A sample description.",
"scheme": "example_value"
},
"oAuth2": {
"type": "example_value",
"description": "A sample description.",
"flows": {
"implicit": {
"authorizationUrl": "https://www.example.com",
"scopes": {
"visualforce": {},
"address": {},
"custom_permissions": {},
"openid": {},
"profile": {},
"refresh_token": {},
"wave_api": {},
"web": {},
"phone": {},
"offline_access": {},
"chatter_api": {},
"id": {},
"api": {},
"eclair_api": {},
"email": {},
"pardot_api": {},
"full": {}
}
},
"password": {
"tokenUrl": "https://www.example.com",
"scopes": {
"api": {}
}
},
"authorizationCode": {
"authorizationUrl": "https://www.example.com",
"tokenUrl": "https://www.example.com",
"scopes": {
"visualforce": {},
"address": {},
"custom_permissions": {},
"openid": {},
"profile": {},
"refresh_token": {},
"wave_api": {},
"web": {},
"phone": {},
"offline_access": {},
"chatter_api": {},
"id": {},
"api": {},
"eclair_api": {},
"email": {},
"pardot_api": {},
"full": {}
}
}
}
}
}