Skip to content

Commit 6d89bb9

Browse files
authored
[Improvement]: Add Base URL on EMU SCIM with Okta article, for customers using GitHub Cloud with Data Residency (#55872)
1 parent b11e6ed commit 6d89bb9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

content/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-scim-provisioning-with-okta.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@ Before starting this section, ensure you have followed steps **1 to 4** in [AUTO
120120
1. Click **Configure API integration**.
121121
1. In the "API Token" field, enter the {% data variables.product.pat_v1 %} belonging to the setup user.
122122

123-
{% data reusables.scim.import-groups-unsupported %}
123+
{% data reusables.scim.import-groups-unsupported %}
124+
125+
{% ifversion ghec %}
126+
127+
> [!IMPORTANT]
128+
> For an enterprise on {% data variables.enterprise.data_residency %} (GHE.com), please enter the following URL in the **Base URL** field: {% raw %}`https://api.{subdomain}.ghe.com/scim/v2/enterprises/{subdomain}`{% endraw %} (ensuring to replace {% raw %}`{subdomain}`{% endraw %} with your enterprise's subdomain).
129+
>
130+
> **For example**: if your enterprise's subdomain is {% raw %}`acme`{% endraw %}, the base URL would be {% raw %}`https://api.acme.ghe.com/scim/v2/enterprises/acme`{% endraw %}.
131+
132+
{% endif %}
124133

125134
1. Click **Test API Credentials**. If the test is successful, a verification message will appear at the top of the screen.
126135
1. To save the token, click **Save**.

0 commit comments

Comments
 (0)