0
sunivycsm created
-
ABP Framework version: v7.4.1
-
UI Type: MVC
-
Database System: EF Core (SQL Server)
-
Tiered (for MVC): yes/no
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
I am using sso on my application. Can I reuse the Account module? If possible, what steps should I take?
If it can't be reused, how can I do that?
Thank!
3 Answer(s)
-
0
hi
You can reuse the account module.
Add account packages to your application.
https://docs.abp.io/en/commercial/latest/modules/account#packages
https://abp.io/packages?moduleName=Volo.Account.Pro -
0
I have already done the login part, but I want to log in with sso like this :
-
0
hi
You can add the external/social login to your startup project.