Github Enterprise Managed User Provisioning Tutorial
In brief
The tutorial now explains that `{enterprise}` in the GitHub.com SCIM tenant URL is the enterprise slug (account name).
What Entra admins need to know
Use your enterprise slug or account name when configuring the Tenant URL.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
Identify your Tenant URL. This is the value that you enter in the Tenant URL field in the Provisioning tab of your GitHub Enterprise Managed User application.
- For an enterprise on GitHub.com, the Tenant URL is
https://api.github.com/scim/v2/enterprises/{enterprise}, where{enterprise}is your enterprise slug (account name). - For an enterprise on GHE.com, the Tenant URL is
https://api.{subdomain}.ghe.com/scim/v2/enterprises/{subdomain}
- For an enterprise on GitHub.com, the Tenant URL is
Ensure you have created a token with the scim:enterprise scope for your enterprise's setup user. This value is entered in the Secret Token field in the Provisioning tab of your GitHub Enterprise Managed User application. See Getting started with Enterprise Managed Users on GitHub Docs.
@@ -49,7 +49,7 @@ The scenario outlined in this article assumes that you already have the followin 1. Identify your Tenant URL. This is the value that you enter in the Tenant URL field in the Provisioning tab of your GitHub Enterprise Managed User application. - * For an enterprise on GitHub.com, the Tenant URL is `https://api.github.com/scim/v2/enterprises/{enterprise}`.+ * For an enterprise on GitHub.com, the Tenant URL is `https://api.github.com/scim/v2/enterprises/{enterprise}`, where `{enterprise}` is your enterprise slug (account name). * For an enterprise on GHE.com, the Tenant URL is `https://api.{subdomain}.ghe.com/scim/v2/enterprises/{subdomain}` 2. Ensure you have created a token with the **scim:enterprise** scope for your enterprise's setup user. This value is entered in the Secret Token field in the Provisioning tab of your GitHub Enterprise Managed User application. See [Getting started with Enterprise Managed Users](https://docs.github.com/en/enterprise-cloud@latest/admin/managing-iam/understanding-iam-for-enterprises/getting-started-with-enterprise-managed-users#create-a-personal-access-token) on GitHub Docs. 