Skip to content

Commit

Permalink
Update create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca…
Browse files Browse the repository at this point in the history
…8c4a.md

The current help version has the wrong URL. The <tenant URL> 
(e.g. tenant.eu10.hcs.cloud.sap) has a different domain than the <authorization URL> (e.g. tenant.authentication.eu10.hana.ondemand.com) which is actually required for SCIM API. 
Without this correction it is not possible to use the SCIM API.
  • Loading branch information
MarcoMales authored Aug 12, 2024
1 parent b597609 commit a46d18e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ password
Syntax of GET request:

```
https://<tenant-url>/oauth/token?grant_type=client_credentials
https://<token-url>/oauth/token?grant_type=client_credentials
```
> ### Note:
> The token URL is listed in the System > Administration menu.
The response body returns the access token, which you'll then use as the bearer token to obtain the csrf token.

Expand Down

0 comments on commit a46d18e

Please sign in to comment.