First , you need to pass the token to the remote service. See https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo#passing-the-access-token-1.
But it still returns unauthorized, you need to separate authorization server. like microservce example : https://github.com/abpframework/abp/tree/dev/samples/MicroserviceDemo/applications/AuthServer.Host
When I find other solution, I will reply.
You can use CLI update command :https://docs.abp.io/en/abp/latest/CLI#update
Hi,
You can inject IdentityUserManager
. it has CreateAsync
method for creating users.
Hi @ sean.alford .
Please Re-install ABP suite .
What is the error?
Can you share the HTTP request message
CreateExternalUserAsync
method.So what is the problem now?
Do you have teamview?
You can email to me the connection Id.
liangshiw@outlook.com
Did you follow https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-3.1 ?
I can't reproduce your problem. Can I check your problem remotely?