You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, libnss-aad acquires a new JWT for each Graph API "transaction". This token includes a bearer token and a refresh token, each of which can be cached. Refresh tokens are faster to renew, as well, so using them can speed up the auth process.