Set Up the OAuth Client
Context
To send requests to the service, you must first set up an OAuth client on the SAP Analytics Cloud system. This requires administrator access.
Procedure
Next Steps
First, let's
configure the OAuth client.
- Go to the Authorization tab.
- Select OAuth 2.0 as the type.
- Fill in the values as specified in the screenshot below.

There are two types of grant types supported:- Client Credentials for Two-Legged OAuth authentication (admin/tech users).
- Authorization Code for Three-Legged OAuth authentication (business users).
Once you have filled in these values, click Get New Access Token. This is the token you can use to send a request to the service.

System
Administration