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
When a user enters a URL to a page that requires authentication they are redirected to the login page as should be the case. I am looking for the way once login is successful to redirect back to the original request rather than main index page.
Are you able to point me in the right direction please?
Regards
Paolo
The text was updated successfully, but these errors were encountered:
@pvagnini with current implementation redirect_uri in auth.service.ts is for this purpose. since you need to run logic to call oauth's login on client side to store token. See the logic in login-redirect.html to see if it fits your need and instead of redirecting to / , redirect to another clientside route.
Hi @asadsahi,
When a user enters a URL to a page that requires authentication they are redirected to the login page as should be the case. I am looking for the way once login is successful to redirect back to the original request rather than main index page.
Are you able to point me in the right direction please?
Regards
Paolo
The text was updated successfully, but these errors were encountered: