hi
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/appsettings.json#L7
HttpApi.Client.ConsoleTestApp is not an automated test application. It is an example Console Application that shows how to consume your HTTP APIs from a .NET Console Application.
hi
ABP's identity module uses cookies as the authentication scheme by default.
You can use the Identity Server module. You can use the Authorization Code flow in the chrome plugin to get the access token.
https://www.google.com/search?q=asp+net+core+jwt+authentication&oq=ASP+NET+CORE+JWR&aqs=chrome.2.69i57j0i13l9.7064j0j9&sourceid=chrome&ie=UTF-8 https://www.codemag.com/Article/2105051/Implementing-JWT-Authentication-in-ASP.NET-Core-5
hi
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
hi
Can you share the logs of https://localhost:44302/?
This does't support the balzor wasm. You should configure it on the API website.
Thanks, I will check this.
hi
The template project have aConfigureHealthChecks method which automatically enable the Health Check.
: )