Returns Zuora’s service provider configuration.
OK
Unauthorized - The request requires user authentication.
Forbidden - The server understands the request but refuses to authorize it.
Not Found - The requested resource could not be found.
{- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
], - "patch": {
- "supported": true
}, - "bulk": {
- "supported": true,
- "maxOperations": 1000,
- "maxPayloadSize": 10000
}, - "filter": {
- "supported": true,
- "maxResults": 100
}, - "changePassword": {
- "supported": false
}, - "sort": {
- "supported": false
}, - "etag": {
- "supported": false
}, - "authenticationSchemes": [
- {
- "name": "Client Credentials",
- "description": "The client credentials (or other forms of client authentication) can be used as an authorization grant when the authorization scope is limited to the protected resources under the control of the client, or to protected resources previously arranged with the authorization server. Client credentials are used as an authorization grant typically when the client is acting on its own behalf (the client is also the resource owner) or is requesting access to protected resources based on an authorization previously arranged with the authorization server.\n",
- "type": "oauth2",
- "primary": true
}, - {
- "name": "Authorization Grant",
- "description": "An authorization grant is a credential representing the resource owner's authorization (to access its protected resources) used by the client to obtain an access token. This specification defines four grant types -- authorization code, implicit, resource owner password credentials, and client credentials -- as well as an extensibility mechanism for defining additional types.\n",
- "type": "oauth2",
- "primary": false
}
], - "meta": {
- "resourceType": "ServiceProviderConfig",
}
}