Hi
Thanks for the details but the problem is not solved still having the same problem,sent you the details over mail.
Hi
PFA the source code which has Main App and FinRecon App
I am trying to redirect to the FinRecon App from the Main App
Hi
That is how, it is configured but we are getting the login page in app 1 instead of skipping the authentication when redirected from Main App
Note – I am not using the Identity server specified in this instead using the identity server of Main App. Pls see the appsettings.json.
When I navigate now from Main App to App 1 in the Angular page, it is taking me to the login page instead of directly logged in as I have already logged into the Main App, it is asking me to login again in App 1 ( I expected it to be a Single Sign On)
Hi
For Point 1 we have already done that,
We are facing issue in establishing multiple applications setup with ABP Module Template.
1)How to Authenticate Multiple ABP.io Commercial Applications (Main App [with Auth], App1[Auth Redirec to Main App], App2 [Auth Redirec to Main App]..) with single Main Application and return to Original Application via Angular UI 2) While generating App 2 using Application Template , it is additionally generating the User,Permission tables as well in the App 2 which actually has to be maintained in the Main Application. How to avoid this getting generated,Pls refer screen shot. 3) Also How to verify the User Permissions in the App 2 which is authenticated from the Main Application.