Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Introduction

In order to be able to connect to the SAC system, certain parameters must be inserted within the Performer Suite.
This process is described in detail in this article below.

Under ”Administration > Connection Data >  SAC Connection“ you can enter the mandatory connection parameter for your available platforms.

The following information is required for a SAC connection:

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

SAC Administration

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

URLs

Your SAC > System > Administration > App Integration

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

Create OAuth Client

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 Client

Two authorization methods are possible:

  1. Interactive Usage (Authorization Code Grant)
  2. Interactive Usage and API Access (Client Credential Grant)

Which OAuth client type should I create?

  1. We recommend creating an OAuth client of the "Interactive Usage & API Access" purpose type in order to have a “machine-to-machine” authorization.
    Therefore select the purpose type "Interactive Usage and API Access" (Client Credential Grant).
    In this case, no direct user login is needed inside the Performer Suite, because the protected resource does not belong to a specific user.

  2. For Access, enable all 6 checkboxes.
     

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 last step, enter the two SAC URLs into the following text fields:

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

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

SAC Connection in Login Window

The OAuth clients defined in the Performer Suite can be selected at SAC login:

If the defined OAuth client is "Interactive Usage (Authorization Code Grant)", a user login is required:

  • No labels