Activities of "sridhar"

ABP Framework version: v7.2.2

UI Type: Angular

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:

Steps to reproduce the issue:

We are using ABP with Angular , I have a situation in which on click of any link I want the user to be directed to login and after successful login we have to redirect the user to the same page that whatever user clicked before.

I tried this, const params = { returnUrl: 'https://www.google.ca/' }; this.authService.navigateToLogin(params);

I also tried it with my own Auth guard (canActivate) but they dont seem to be redirecting to the old url before logging in.

Please let me know what is the alternative to make this work(in Angular).

User Presses a Link => Redirect to Login Page => User again redirected to the link in step 1.

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11