see https://docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-app?tabs=dotnet#get-an-access-token-from-azure-ad
see https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface , https://community.abp.io/articles/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms
See Easy CRM It's based on the open-source template but you can understand the basics of a realworld app. The latest EasyCRM has an issue which will be fixed in the next release. but you can checkout the code
see this thread https://github.com/abpframework/abp/issues/3194
sorry your problem seems to be different. you cannot set a json like this
"StartupProjectDirectory": "E:\_dev\aaaaa\src\aaaaa.Web",
correct set
"StartupProjectDirectory": "E:\\_dev\\aaaaa\\src\\aaaaa.Web",
I reproduced the issue. I'll notify you with the solution.
I reproduce the issue and fixed it in 4.4 version. When the patch version comes, you can update it. For a workaround you need to change the generated code manually.
I'll check it
@Neozzz,
working with HTTPS in Docker is not an ABP related issue. you should ask it on the Docker https://github.com/docker
you're right, empty box shouldn't be seen. created an issue (volo/7479) for this