hi
You can generate a pfx and publish it to auzre. Thats all.
There is not much difference between deploying abp and other asp net core applications.
https://docs.abp.io/en/abp/latest/Deployment/Index
For 3,4,5 please open separate questions. Thanks.
hi
Separate tenant schema is means:
This solution configured so it uses two database schema;
In this way, dedicated tenant databases do not have host-related empty tables.
To make this possible, there are two migrations DbContext in the EntityFrameworkCore project. So, you need to specify the DbContext when you want to add new migration.
When you add/change a multi-tenant entity (that implements IMultiTenant) in your project, you typically need to add two migrations: one for the default DbContext and the other one is for the tenant DbContext. If you are making change for a host-only entity, then you don't need to add-migration for the tenant DbContext (if you add, you will get an empty migration file).
hi
You can check this document.
https://docs.abp.io/en/abp/latest/Entity-Framework-Core https://docs.abp.io/en/abp/latest/Entity-Framework-Core#replace-other-dbcontextes
hi
Please share the logs of your app.
Maybe it can't handle the cancel event
https://github.com/dotnet/aspnetcore/blob/1b15d0e92f139d853b5a1b740cd571d9d08e672f/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs#L789
hi
What is your Azure AD B2C code?
hi
Please run the abp install-libs command in your project folder.
hi
7.3
hi
liming.ma@volosoft.com