0
chris.li created
- ABP Framework version: v5.2.1
- UI type: VueJs
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
My solution is quite similar as eShopOnAbp which has a separated Auth Server. And it has a VueJs client which use oidc-client.js connect with Auth Server for SSO. Is that possible to have Salesforce 's "Administrators Can Log in as Any User" implemented by my self.
Like:
- get an auth token for a user
- generate the Auth Server url with the auth token in query string
- Auth server checks auth token, and generate the access token for the client
- Auth server redirects to the client with access token
Any thoughts or hits would be great. Many thanks.
3 Answer(s)
-
0
-
0
Exactly what I am looking for, many thanks! Can you guide me how to sign in as another user by using the Angular client? How can I find the Angular code for this feature? thanks.
-
0
You can check the web requests when using the
Tenant impersonation & User impersonation
feature.