You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/managing-copilot/managing-github-copilot-in-your-organization/configuring-your-proxy-server-or-firewall-for-copilot.md
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:
|`https://github.com/enterprises/YOUR-ENTERPRISE/*`| Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} |
|`https://copilot-proxy.githubusercontent.com/*`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
54
+
|`https://origin-tracker.githubusercontent.com/*`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
55
+
|`https://*.githubcopilot.com/*`[^1]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
56
+
|`https://*.individual.githubcopilot.com/*`[^2]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
57
+
|`https://*.business.githubcopilot.com/*`[^3]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
58
+
|`https://*.enterprise.githubcopilot.com/*`[^4]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
59
+
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
+
28
67
29
68
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).
0 commit comments