0
dhill created
- ABP Framework version: v8.0.4
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
Is it possible to seed linked accounts to a new user. For example allowing a support user to login to any account using linked accounts.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Hi,
Yes, it's possible.
You can inject the
IdentityLinkUserManagerin the data seeder.https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityLinkUserManager.cs#L74
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)