Credential Management
Credential Registration
Admin users can switch to the Administration View to access the Credential Manager.
Click the Credential Manager menu option on the left-hand pane to view the list of registered credentials.

To add a new credential, click Register Credential available on the right-hand panel, and then click on the Register Credential button.


Fill in the required fields:
Credential Name: Enter a name of your choice.
Credential Type: Select SAP Datasphere.

For the Client ID, Secret, Token URL, and Authorization URL:
Log in to your SAP Datasphere (formerly known as SAP Data Warehouse Cloud) instance.
Click on your profile icon in the top-right corner.
Select System > Administration.

Navigate to the App Integration tab.

Add a New OAuth Client:
Click on Add OAuth Client.
Provide a Client Name.
Enter the Redirect URI (callback URL for your application).
Click Add to register the client.

Obtain OAuth Endpoints:
The Authorization URL and Token URL can be accessed from the App Integration section, typically shown outside the list of registered clients.
Save OAuth Credentials:
In the Credential Manager, provide the following details:
Client ID
Client Secret
Authorization URL
Token URL

After entering the required information, click the Save button. Upon successful save, a Generate Token button will appear. Click this button to initiate token generation and validate the entered credentials.

This process confirms whether the provided details can establish a successful connection with the authentication server.

Last updated