Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Mar 22, 2024
1 parent 75f4f8d commit 7e3af08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/caseflow_web/public/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ window["_env_"] = {
REACT_APP_KEYCLOAK_URL_REALM:'forms-flow-ai',

// Keycloak base URL
REACT_APP_KEYCLOAK_URL:'https://socialsector-sso-dev.apps.gov.bc.ca/admin/formsflow-ai/console',
REACT_APP_KEYCLOAK_URL:'https://forms-flow-idm-a358eb-dev.apps.silver.devops.gov.bc.ca',


// caseflow web Api End point
Expand Down
2 changes: 1 addition & 1 deletion app/caseflow_web/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const KEYCLOAK_URL =
(window._env_ && window._env_.REACT_APP_KEYCLOAK_URL) ||
process.env.REACT_APP_KEYCLOAK_URL;

export const KEYCLOAK_AUTH_URL = `${KEYCLOAK_URL}`;
export const KEYCLOAK_AUTH_URL = `${KEYCLOAK_URL}/auth`;
export const CLIENT =
(window._env_ && window._env_.REACT_APP_CLIENT_ROLE) ||
process.env.REACT_APP_CLIENT_ROLE ||
Expand Down

0 comments on commit 7e3af08

Please sign in to comment.