0
Repunjay created
- ABP Framework version: v4.3
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:" We have a requirement to implement Single Sign-on feature into our application. The users are authenticated into another application which is non ABP.IO and from there they should be able to access our application (built in ABP.IO) using Single Sign-on feature (without login again). How can this be achived in ABP.IO framework, please advise and share solution steps.
1 Answer(s)
-
0
hi
You can consider add external login to your IdentityServer.
http://docs.identityserver.io/en/latest/topics/signin_external_providers.html
Of course this requires the application which is non ABP.IO also supports OAuth.
Can you explain the authentication method of this app?