Base solution for your next web application
Open Closed

Third App token autenthication #10394


User avatar
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)