SDA-4211 Migrating device login from client-bff to startpage

This commit is contained in:
sbenmoussati 2023-06-28 13:19:01 +02:00 committed by Salah Benmoussati
parent b7190024e0
commit 1864a7b410

View File

@ -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;