0
bofenstein created
I have a client request where as a Tenant Admin, I should be able to redirect from Admin Dashboard(Angular) to Public Website(Asp.net MVC). Have you ever faced this requirement before ? Can you guide me what process should i follow?
- What is your product version? 10.2.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .Net core
If issue related with ABP Framework
- What is ABP Framework version? 6.2
1 Answer(s)
-
0
Hi @bofenstein
By default, MVC app is configured to be able to login via Angular app. If user is logged in on Angular app and when you click login on MVC Public app, it will be redirected to Angular app and automatically redirected back to public app and user will be logged in.
Did you try this flow ?
Thanks,