mirror of
https://github.com/tiennm99/danswer-docs.git
synced 2026-06-17 12:48:27 +00:00
[Google OAuth] (Fix) wrong auth callback
This commit is contained in:
@@ -50,7 +50,7 @@ Add a `Authorized JavaScript origins` as:
|
||||
- `http://localhost:3000` for local or replace with `WEB_DOMAIN` if setting up for prod.
|
||||
|
||||
Add a `Authorized redirect URIs` as:
|
||||
- `http://localhost:3000/auth/google/callback` for local setup or your `WEB_DOMAIN` if setting up for prod.
|
||||
- `http://localhost:3000/auth/oauth/callback` for local setup or your `WEB_DOMAIN` if setting up for prod.
|
||||
|
||||
Click **CREATE** and save the Client ID and Client Secret for use in the next section
|
||||
|
||||
|
||||
Reference in New Issue
Block a user