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 am using adal-angular4 v4.0.9 in an angular 7 app. I am using this.adalService.handleWindowCallback(false) in my code to support the HashLocationStrategy. When I run my application I get the following two errors directly after logging in:
Error: Cannot match any routes. URL Segment: 'id_token' and
Error: Cannot match any routes. URL Segment: 'access_token'
Is this a known issue? Is there a way around this?
The text was updated successfully, but these errors were encountered:
I am using adal-angular4 v4.0.9 in an angular 7 app. I am using this.adalService.handleWindowCallback(false) in my code to support the HashLocationStrategy. When I run my application I get the following two errors directly after logging in:
Error: Cannot match any routes. URL Segment: 'id_token' and
Error: Cannot match any routes. URL Segment: 'access_token'
Is this a known issue? Is there a way around this?
The text was updated successfully, but these errors were encountered: