mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix refresh token sso logout
This commit is contained in:
@@ -47,7 +47,7 @@ export class AuthGuard extends AuthGuardBase {
|
|||||||
this.ticketChangeRedirect(event, 'BPM');
|
this.ticketChangeRedirect(event, 'BPM');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (event.key === 'access_token' && event.newValue !== event.oldValue) {
|
if (event.key === 'id_token' && event.newValue !== event.oldValue) {
|
||||||
this.ticketChangeRedirect(event, 'ALL');
|
this.ticketChangeRedirect(event, 'ALL');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user