From a46d18ed4317ec67b22175e5b5f831b517673681 Mon Sep 17 00:00:00 2001 From: MarcoMales <163444165+MarcoMales@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:17:46 +0200 Subject: [PATCH] Update create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md The current help version has the wrong URL. The (e.g. tenant.eu10.hcs.cloud.sap) has a different domain than the (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. --- ...s-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md b/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md index 1ebcc01..8fcb9a1 100644 --- a/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md +++ b/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md @@ -147,8 +147,10 @@ password Syntax of GET request: ``` -https:///oauth/token?grant_type=client_credentials +https:///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.