Skip to content

Commit

Permalink
SDA-4211 Migrating device login from client-bff to startpage
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenmoussati committed Jul 3, 2023
1 parent b719002 commit 1864a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main-api-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const broadcastMessage = (method, data) => {
};

const getBrowserLoginUrl = (pod: string) =>
`${pod}/login/sso/initsso?RelayState=${pod}/client-bff/device-login/index.html?callbackScheme=symphony&action=login`;
`${pod}/login/sso/initsso?RelayState=${pod}/apps/login?callbackScheme=symphony&action=login`;
const AUTH_STATUS_PATH = '/login/checkauth?type=user';
interface IProxyDetails {
username: string;
Expand Down

0 comments on commit 1864a7b

Please sign in to comment.