Merge pull request #14368 from jgrumboe/fix-gh-cb-docs

Fix GitHub callback URL documentation
This commit is contained in:
Patrik Oldsberg
2022-11-02 13:57:10 +01:00
committed by GitHub
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ Follow this link, [Create new OAuth App](https://github.com/settings/application
1. Set Application Name to `backstage-dev` or something along those lines.
1. You can set the Homepage URL to whatever you want to.
1. The Authorization Callback URL should match the redirect URI set in Backstage.
1. Set this to `http://localhost:7007/api/auth/github` for local development.
1. Set this to `http://{APP_FQDN}:{APP_BACKEND_PORT}/api/auth/github` for non-local deployments.
1. Set this to `http://localhost:7007/api/auth/github/handler/frame` for local development.
1. Set this to `http://{APP_FQDN}:{APP_BACKEND_PORT}/api/auth/github/handler/frame` for non-local deployments.
```bash
export AUTH_GITHUB_CLIENT_ID=x