1
andmattia created
Angular + .NET Core + Zero (7.2 abp 4.8.1)
We want to autenticate user from external app without passing user & password but a token.
In first option we use and encripetd token with user data and login this user, after login complete we use impersonate to move to real user. It works but we have an open issue. If user click on impersonate back it return to user used to login.
Is it possibile impersonate user directly without a password?
1 Answer(s)
-
0
Hi @andmattia
This problem have been fixed, does that work for you ? https://github.com/aspnetzero/aspnet-zero-core/issues/3902