我使用的是adal.min.js版本(1.0.11),并且authContext.getCachedUser()在chrome,Safari浏览器中工作得很好。但不适用于IOS 12.2 authContext.getCachedUser()提供null值的版本。
可在ios 12.2野生动物园,Chrome,Firefox中使用。 不适用于小于12.2的ios版本(例如v12.1 Safari)authContent.getCahcedUser()给出null。
var authContext = new AuthenticationContext({
tenant: tenantId,
clientId: clientId,
postLogoutRedirectUri: window.location.origin,
redirectUri: window.location.origin,
cacheLocation: 'localStorage'
});