Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: 6.0.0-rc.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hi,
Step 1: obtaining the access token via postman
Step 2: Retrieving (GET) the information with the access token. I am unable to retrieve the current user information. Is there any way to get the Current User Id?
Kindly assist. Thanks
4 Answer(s)
-
0
Hi, As far as I see your code, you signed your action as [AllowAnonymous] and tries to get the CurrentUser. So you can get
null
value. Could you check here, please? Regards -
0
-
0
-
0