@jmangelo Our implementation is with Angular and auth0. We followed the same steps given https://auth0.com/docs/quickstart/spa/angular2/01-login and used the same code template handleAuthCallback
for handling callback, nothing extra is added there. During debugging this, I found that, the redirect callback handler handleRedirectCallback
of SDK doesn’t complete the the redirect flow and redirects to login again which cause the loop cycle.
Thanks,
Arun