Closed jgschwend closed 4 years ago
This loop is a known bug in adal js
, and is fixed in msal js
. Some browsers will handle this differently, and some users have stated that clearing the browser cached helped fix this.
adal js
is still supported only for security fixes. All current authentication work from Microsoft is delivered through the msal js
library here. 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
After login into AAD you get back to the application landing page. Afterwards there is a endless redirect between the app landing page and AAD. Authentication was successful and token has been provided.
Expected behavior
Expected behaviour would be to stay on the landing page.
Minimal reproduction of the problem with instructions
Unfortunately I wasn't able to reproduce in any other apps so far. My current setup:
Init of adal-angular in module.js:
Landing page controller (first page where we need to click login)
After Login you will be redirected to the main page and you will hit the main routeconfig: