我提到了上面的配置。
var config = {
instance: 'https://login.microsoftonline.com/',
tenant: 'xxxxxxxxx.onmicrosoft.com',
clientId: clientId,
cacheLocation: 'localStorage', // to support IE
extraQueryParameter: 'nux=1',
endpoints: endpoints,
anonymousEndpoints: [
"xxxxx/header.html",
"xxxxx/footer.html",
"xxxx/Home.html"
]
};
adalAuthenticationServiceProvider.init(config, $httpProvider);
问题:有时我们会获得令牌续订操作失败的异常。 请建议我们如何解决此问题。这是我们的主要障碍问题。