The RedirectAllowedUrls
is used by other services not only IDS.
hi
Did you check this?
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
Don't use the AutoApiController in the module project, Add controllers manually
I recommend you add controllers manually just like https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
hi
What's the HTML response of this page?
It work when I ran the dotnet build
command. This seems a VS problem, https://developercommunity.visualstudio.com/t/ts6053-node-modulessource-mapsource-map-not-found/1412153
Build succeeded. 0 Warning(s)
0 Error(s)
hi
We fixed that in the next patch version. You can add using Microsoft.AspNetCore.Extensions.DependencyInjection;
to MyAppHttpApiHostModule
now.
Share the code to liming.ma@volosoft.com
hi
Check the document.
https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients
And the existing module. https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo/Abp/Identity