Closed maordadush closed 4 years ago
This functionality is intended, as renewToken
is meant to specifically use an iFrame all the time. If you want to popup again, you can use acquireToken
with popup=true
as you mention, or acquireTokenPopup
. These are functionally the same as renewing a token, as you'll just be obtaining a new one instead.
Additionally, all current authentication work from Microsoft is delivered through the msal js
library here. adal js
is still supported only for security fixes. We recommend moving to msal js
for any advanced feature requests and bugfixes.
I'm submitting a...
Browser:
Library Name
Library version
Library version: 1.0.17
Current behavior
When setting
popup=true
, acquiring token works with popup but renewToken tries to use iFrameExpected behavior
When setting
popup=true
both acquireToken and renewToken should show a popupMinimal reproduction of the problem with instructions
Set
popup
to true, and try to make an authenticated request after cookie (& cache) is expired