Open Closed

AbpUser in Microservice Template #3720


User avatar
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)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Identiy related information is handled by IdentityService. AbpUser doesn't exist any more, but you can use IdentityUser within the IdentityService.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11