Skip to content

Commit

Permalink
docs(self-hosted): remove deprecated github sso auth config (#12515)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 authored Mar 3, 2025
1 parent 833c4fc commit 0e47e53
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions develop-docs/self-hosted/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ When prompted for permissions, choose the following:

You will then need to set the following configuration values:

In [`sentry/sentry.conf.py`](https://github.com/getsentry/self-hosted/blob/master/sentry/sentry.conf.example.py)

```python
GITHUB_APP_ID="<App ID>"
GITHUB_API_SECRET="<Client secret>"
GITHUB_REQUIRE_VERIFIED_EMAIL = True # Optional but recommended
# Only if you are using GitHub Enterprise
#GITHUB_BASE_DOMAIN = "git.example.com"
#GITHUB_API_DOMAIN = "api.git.example.com"
```
In [`sentry/config.yaml`](https://github.com/getsentry/self-hosted/blob/master/sentry/config.example.yml)

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

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

0 comments on commit 0e47e53

Please sign in to comment.