Skip to content

Commit

Permalink
Update callback url for GHES oauth (#1430)
Browse files Browse the repository at this point in the history
We've decided to just configure the github auth provider with GHES creds for now rather than having a separate provider. This is until we can update the plugins to use the "multiplexed" scmauth provider.
  • Loading branch information
iain-b authored Nov 7, 2024
1 parent 0599386 commit 4879ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/integrations/ghe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Roadie integrates with both cloud and self-hosted GitHub installations. This gui
1. Create a new OAuth app within GitHub Enterprise Server developer settings
* You can find the possibility to do that the URL `https://<your-server-instance>/settings/applications/new`.
2. For `Homepage URL` set a value like `https://<your-roadie-tenant>.roadie.so`
3. For `Authorization callback URL` set a value like `https://<your-roadie-tenant>.roadie.so/api/auth/ghes/handler/frame`
3. For `Authorization callback URL` set a value like `https://<your-roadie-tenant>.roadie.so/api/auth/github/handler/frame`
4. When the app has been created, generate a new secret for it by clicking `Generate a new client secret` button

![ghes-oauth-app.png](ghes-oauth-app.png)
Expand Down

0 comments on commit 4879ae5

Please sign in to comment.