Cookies & LocalStorage
This application uses localstorage to store essential information when you have logged in using Microsoft Azure AD. This information lasts until you log out of the application, or until your session expires.
Storage key | lifetime | Purpose | Provider |
---|---|---|---|
msal.client.info | Removed when session expires or user logs out of application | token used to identify current user with Microsoft Azure AD | Microsoft |
msal.idToken | Removed when session expires or user logs out of application | token used to identify current user with Microsoft Azure AD | Microsoft |
msal.<hash_value>.client.info | Removed when session expires or user logs out of application | token used to identify current user with Microsoft Azure AD | Microsoft |
msal.<hash_value>.idToken | Removed when session expires or user logs out of application | token used to identify current user with Microsoft Azure AD | Microsoft |
object containing (accessToken, expiresIn, homeAccountIdentifierm, idToken) | Removed when session expires or user logs out of application | Used to refresh needed session tokens with Microsoft Azure AD to keep user logged in | Microsoft |
user | Removed when session expires or user logs out of application | object containing user name and role for displaying on page to confirm logged in user | Service status application |