mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 00:41:11 -06:00
SDA-4211 Migrating device login from client-bff to startpage
This commit is contained in:
parent
b7190024e0
commit
1864a7b410
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user