oauth - Angular 2 RC5 Router redirect with Auth0 service -
i have simple application using angular 2. on rc5 using ngmodule. using 3.0.0-beta.2 router.
my default app url
when login using auth0 service, after successful login access_token , id_token in url. redirecting url looks
http://localhost:8080/#access_token=ykxqzxxx&id_token=eyjqwasxxx
but angular router tries map route. below error.
**
uncaught (in promise): error: cannot match routes: 'access_token'
**
is there way can tell angular not this. want read data router param instead. please help.
Comments
Post a Comment