Skip to content

Commit f4b9592

Browse files
hubwriterCopilotsophietheking
authored
Update configuring-your-proxy-server-or-firewall-for-copilot.md (#56220)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Sophie <[email protected]>
1 parent 9fe3479 commit f4b9592

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/configuring-your-proxy-server-or-firewall-for-copilot.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ shortTitle: Allow Copilot traffic
1111

1212
If your company employs security measures like a firewall or proxy server, you should add the following URLs, ports, and protocols to an allowlist to ensure {% data variables.product.prodname_copilot_short %} works as expected:
1313

14-
## GitHub Enterprise Related URLs
14+
## {% data variables.product.prodname_enterprise %} related URLs
15+
1516
| Domain and/or URL | Purpose |
1617
| :------------------------------------- | :--------------------------------- |
1718
| `https://github.com/YOUR-ENTERPRISE/*` | Enterprise URL |
1819
| `https://github.com/YOUR-ENTERPRISE?*` | Enterprise URL |
1920
| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
2021

21-
## GitHub Public URLs
22+
## {% data variables.product.github %} public URLs
23+
2224
| Domain and/or URL | Purpose |
2325
| :------------------------------------- | :--------------------------------- |
2426
| `https://github.com/login/*` | Authentication, only required with Personal Users |
@@ -44,7 +46,8 @@ If your company employs security measures like a firewall or proxy server, you s
4446
| `https://github.com/switch_account?*` | Switch Account |
4547
| `https://github.com/switch_account/*` | Switch Account |
4648

47-
## GitHub Copilot Related URLs
49+
## {% data variables.product.prodname_copilot_short %} related URLs
50+
4851
| Domain and/or URL | Purpose |
4952
| :------------------------------------- | :--------------------------------- |
5053
| `https://api.github.com/copilot_internal/*` | User Management |
@@ -57,13 +60,11 @@ If your company employs security measures like a firewall or proxy server, you s
5760
| `https://*.business.githubcopilot.com/*`[^3] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
5861
| `https://*.enterprise.githubcopilot.com/*`[^4] | API service for {% data variables.product.prodname_copilot_short %} suggestions |
5962

60-
61-
If your organization is using Microsoft Extra ID, you also need to add the following URLs to the allowlist:
62-
- `https://login.microsoftonline.com/*`
63-
- `https://aadcdn.msauth.net/*`
64-
- `https://login.live.com/*`
65-
- `https://*.activedirectory.windowsazure.com/*`
66-
63+
If your organization is using Microsoft Entra ID, you also need to add the following URLs to the allowlist:
64+
* `https://login.microsoftonline.com/*`
65+
* `https://aadcdn.msauth.net/*`
66+
* `https://login.live.com/*`
67+
* `https://*.activedirectory.windowsazure.com/*`
6768

6869
Depending on the security policies and editors your organization uses, you may need to allowlist additional domains and URLs. For more information on specific editors, see [Further reading](#further-reading).
6970

0 commit comments

Comments
 (0)