Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

  1. Authorization URL
  2. Token URL
  3. Parameters of your OAuth Client

Image RemovedImage Added

SAC Administration

The following chapters describe, where the mandatory parameters can be found in your SAC.

Image RemovedImage Added

URLs

Your SAC > System > Administration > App Integration

Please enter your two URLs into your Performer Suite in the respective parameter fields (Authorization & Token URL).Image Removed

Image Added

Create OAuth Client

Image Added

In order to be able to access your SAC systems from the Performer Suite, an OAuth client must be added to your SAC:.
Your SAC > System > Administration > App Integration > Add a New OAuth ClientImage Removed

Two authorization methods are possible:

  1. Interactive Usage (Authorization Code Grant)
  2. Interactive Usage and API Access (Client Credential Grant)
Info
titleWhich OAuth client type should I create?
  1. We recommend creating Create an OAuth client of the Client with the Purpose "Interactive Usage & API Access" purpose type in order to have a “machine-to-machine” authorization.
    Therefore select the purpose type (Authorization Code Grant), if you are using SSO for your SAC.
  2. Create an OAuth Client with the Purpose "Interactive Usage and API Access" (Client Credential Grant) to have a “machine-to-machine” authorization.
    In (in this case, no direct user login is needed inside the Performer Suite, because the protected resource does not belong to a specific user.)
    Image RemovedImage Added
  3. For Access, enable all 6 checkboxes.
    Image RemovedImage Added 

Learn more about OAuth clients in this : SAP blog article:
https://blogs.sap.com/2018/04/20/sap-analytics-cloud-apis-getting-started-guide/#oauth2

Enter SAC Parameters

In the The last step, enter the two SAC URLs into the following text fields:
Image RemovedImage Added

Create a new OAuth Client within the Performer Suite with  and enter the required OAuth parameters:
Image RemovedImage Added

The following parameters must be entered for this connection type:

Interactive Usage & API Access

  • Client Id
  • Auth Grant (Purpose) = Interactive Usage & API Access (Client Credential Grant)
  • Secret

Interactive Usage

  • Client ID
  • Auth Grant (Purpose) = Interactive Usage (Authorization Code Grant)
  • Secret (optional)
  • Redirect URL

...