Skip to content

Commit 8dac9b1

Browse files
tonytrgCopilot
andauthored
Add proxima config for oauth (#1528)
* adding docs to github enterprise with oauth * adding necessary config for oauth proxima * Update README.md Co-authored-by: Copilot <[email protected]> * use better link --------- Co-authored-by: Copilot <[email protected]>
1 parent fa2d802 commit 8dac9b1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ See [Remote Server Documentation](docs/remote-server.md) for full details on rem
9595

9696
When no toolsets are specified, [default toolsets](#default-toolset) are used.
9797

98-
#### Enterprise Cloud with data residency (ghe.com)
98+
#### GitHub Enterprise
99+
100+
##### GitHub Enterprise Cloud with data residency (ghe.com)
99101

100102
GitHub Enterprise Cloud can also make use of the remote server.
101103

102-
Example for `https://octocorp.ghe.com`:
104+
Example for `https://octocorp.ghe.com` with GitHub PAT token:
103105
```
104106
{
105107
...
@@ -114,6 +116,10 @@ Example for `https://octocorp.ghe.com`:
114116
}
115117
```
116118

119+
> **Note:** When using OAuth with GitHub Enterprise with VS Code and GitHub Copilot, you also need to configure your VS Code settings to point to your GitHub Enterprise instance - see [Authenticate from VS Code](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/configure-personal-settings/authenticate-to-ghecom)
120+
121+
##### GitHub Enterprise Server
122+
117123
GitHub Enterprise Server does not support remote server hosting. Please refer to [GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)](#github-enterprise-server-and-enterprise-cloud-with-data-residency-ghecom) from the local server configuration.
118124

119125
---

0 commit comments

Comments
 (0)