Skip to content

Commit 0e47e53

Browse files
authored
docs(self-hosted): remove deprecated github sso auth config (#12515)
Closes getsentry/self-hosted#3481
1 parent 833c4fc commit 0e47e53

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

develop-docs/self-hosted/sso.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,6 @@ When prompted for permissions, choose the following:
8686

8787
You will then need to set the following configuration values:
8888

89-
In [`sentry/sentry.conf.py`](https://github.com/getsentry/self-hosted/blob/master/sentry/sentry.conf.example.py)
90-
91-
```python
92-
GITHUB_APP_ID="<App ID>"
93-
GITHUB_API_SECRET="<Client secret>"
94-
GITHUB_REQUIRE_VERIFIED_EMAIL = True # Optional but recommended
95-
96-
# Only if you are using GitHub Enterprise
97-
#GITHUB_BASE_DOMAIN = "git.example.com"
98-
#GITHUB_API_DOMAIN = "api.git.example.com"
99-
```
10089
In [`sentry/config.yaml`](https://github.com/getsentry/self-hosted/blob/master/sentry/config.example.yml)
10190

10291
```yaml
@@ -117,6 +106,7 @@ github-app.private-key: |
117106
# Only needed if you have multiple organizations enabled
118107
github-login.client-id: '<Client ID>'
119108
github-login.client-secret: '<Client secret>'
109+
github-login.require-verified-email: true # Optional but recommended
120110
```
121111

122112
This will also enable the [GitHub Integration](/integrations/github/) for your instance.

0 commit comments

Comments
 (0)