logoutSSO
This commit is contained in:
parent
fdbda02712
commit
66a8302e68
2 changed files with 8 additions and 1 deletions
|
|
@ -87,6 +87,11 @@ async function redirectToLandingPage() {
|
|||
window.location.href = key_C_Config.landing_PageUrl;
|
||||
}
|
||||
|
||||
async function logoutSSO() {
|
||||
await deleteCookie(ACCESS_TOKEN);
|
||||
window.location.href = key_C_Config.landing_PageUrl + `/logout`;
|
||||
}
|
||||
|
||||
export {
|
||||
getToken,
|
||||
authenticated,
|
||||
|
|
@ -95,4 +100,5 @@ export {
|
|||
tokenParsed,
|
||||
getCookie,
|
||||
redirectToLandingPage,
|
||||
logoutSSO,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue