Dear ABP Team,
What I want to achive is a lot of different "business" ABP applications (with the same configuration as below) for different purposes, and one "landig" ABP application, which takes care on the authentication and authorization of all that applications, so if a user logs in in the landing page, can navigate to any of the other applications with a valid user session, BUT also can start (and finish) her/his job on any of the "business" applications by redirecting to the "landing" app, logging in and redirecting back automatically. I don't want to use an external provider (like Azure AD) to manage my identity records, I want it to be handled by the "landing" app. Could you please provide me an example about how to do that SSO setup with ABP?
- ABP Framework version: v8.3.2
- UI Type: Angular
- Database System: EF Core + SQL Server,
- Tiered (for MVC) or Auth Server Separated (for Angular): Layered application, separate Authentication Server
4 Answer(s)
-
0
Hello ,
Can you please refer this document https://medium.com/@kirti.kulkarni/how-to-implement-single-sign-on-with-abp-commercial-application-b4952c3da1c0 it will help you to understand.
Thank you.
-
0
Thank you for your reply. I've checked that document, and it is for SSO with Microsoft Identity Platform. As I mentioned, I don't want to use external provider for identity management. Could you please provide me an example where my own ABP "landing" application is the identity provider? Thank you!
-
0
check this once https://abp.io/support/questions/8278/SSO-login-like-external-provider if it is helpful for you.
-
0
Unfortunately it is not. What I want is an example/document/howto about implementing both openiddict server and client side with my own ABP applications. I don't want to use external providers at all.