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
I've run into a weird edge case that only happens under the following conditions:
Using Microsoft Edge
My user profile is logged in to Microsoft Edge (if I log out of edge and "Browse as Guest" the library works as expected. Note that if I "Browse as Guest" I get redirected to the microsoft login page; if not, it somehow logs me in automatically without a redirect).
I make an API call out to a resource listed in adalConfig.endpoints
And the AdalInterceptor attempts to retrieve a token for that resource
I get the following error:
ERROR Token renewal operation failed due to timeout
Also in the console is the following 404 (please note the undefined where the tenant should go):
https://autologon.microsoftazuread-sso.com/undefined/winauth/ssoprobe?client-request-id={{guid}}&_=1581434875172 404 (Not Found). If it helps, also appearing in this stack trace is the text window.__OldConvergedDssoNoninteractiveLogin_Core
Can someone shed some light on this please? Thanks
The text was updated successfully, but these errors were encountered:
I've run into a weird edge case that only happens under the following conditions:
adalConfig.endpoints
I get the following error:
ERROR Token renewal operation failed due to timeout
Also in the console is the following 404 (please note the
undefined
where the tenant should go):https://autologon.microsoftazuread-sso.com/undefined/winauth/ssoprobe?client-request-id={{guid}}&_=1581434875172 404 (Not Found)
. If it helps, also appearing in this stack trace is the textwindow.__OldConvergedDssoNoninteractiveLogin_Core
Can someone shed some light on this please? Thanks
The text was updated successfully, but these errors were encountered: