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
Had this implemented and working for our clients with signInType.Popup. Changed it to signInType.Window since our clients didn't like popups and now after the user is authenticated I'm getting an infinite redirect loop. Why?
The text was updated successfully, but these errors were encountered:
I abandoned this lib. Since it build on top of 'oidc-client' which is maintained, might as well use that. https://github.com/IdentityModel/oidc-client-js/
Then I followed this dude's guide and now everything works 👍
Had this implemented and working for our clients with signInType.Popup. Changed it to signInType.Window since our clients didn't like popups and now after the user is authenticated I'm getting an infinite redirect loop. Why?
The text was updated successfully, but these errors were encountered: