Fix: missing another occurrence of GH auth callback URL

Signed-off-by: Johannes Grumböck <johannes@grumboeck.net>
This commit is contained in:
Johannes Grumböck
2022-11-02 13:39:12 +01:00
committed by GitHub
parent 0d6837ca4e
commit 405eab555f
+1 -1
View File
@@ -35,7 +35,7 @@ Follow this link, [Create new OAuth App](https://github.com/settings/application
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/handler/frame` 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://{APP_FQDN}:{APP_BACKEND_PORT}/api/auth/github/handler/frame` for non-local deployments.
```bash
export AUTH_GITHUB_CLIENT_ID=x