We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 568ff95 + bfed6ef commit 598110cCopy full SHA for 598110c
2 files changed
frontend/app/callback/route.ts frontend/app/api/callback/route.tsfrontend/app/callback/route.ts renamed to frontend/app/api/callback/route.ts
frontend/lib/constants.ts
@@ -20,7 +20,7 @@ export const PLATFORM_URL = process.env.PLATFORM_URL;
20
export const CLIENT_ID = process.env.CLIENT_ID;
21
export const CLIENT_SECRET = process.env.CLIENT_SECRET;
22
23
-export const OIDC_REDIRECT_URI = `${BASE_URL}/callback`; // TODO: needs to be /api/callback not /callback
+export const OIDC_REDIRECT_URI = `${BASE_URL}/api/callback`;
24
export const OIDC_AUTHORIZATION_ENDPOINT = `${PLATFORM_URL}/accounts/authorize/`;
25
export const OIDC_TOKEN_ENDPOINT = `${API_BASE_URL}/accounts/token/`;
26
0 commit comments