0
guven.uysall created
- ABP Framework version: v5.3.3
- UI type: Angular
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
We have a request to use AbpUser information as navigation property in our Microservice project. As far as I can see, AdministrationService manages users. What is the way to use AbpUser as navigation property? Can you share an example?
1 Answer(s)
-
0
Identiy related information is handled by IdentityService.
AbpUser
doesn't exist any more, but you can useIdentityUser
within the IdentityService.