Skip to content

Commit 6b3d0be

Browse files
authored
Correct URL for SCIM API endpoint on GitHub AE instances (#17735)
1 parent 9e58709 commit 6b3d0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You must have administrative access on your IdP to configure the application for
7474

7575
| Value | Other names | Description | Example |
7676
| :- | :- | :- | :- |
77-
| URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | <code>https://<em>YOUR-GITHUB-AE-HOSTNAME</em>/scim/v2</code> |
77+
| URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | <pre>https&colon;//api.<em>YOUR-GITHUB-AE-HOSTNAME</em>/scim/v2</pre> |
7878
| Shared secret | Personal access token, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | Personal access token you created in step 1 |
7979

8080
{% endif %}

0 commit comments

Comments
 (0)