hi
You can create separate DbContext and Repository in your modules. Please check out our open source modules or the default module template.
https://github.com/abpframework/abp/tree/dev/modules https://docs.abp.io/en/abp/latest/Entity-Framework-Core
hi
Commercial Microservice Version : 5.0.1
Can you try to upgrade to 5.1 or the latest?
You can also create a new version of Microservice template, and check the code of TestModules
https://support.abp.io/QA/Questions/2626/The-unit-test-cases-are-not-working-in-the-Abp-IO-Microservice
hi
Steps and code to reproduce?
hi
Add UserInformationReceived callback to debug and check the principal.
options.Events = new OpenIdConnectEvents()
options.Events.UserInformationReceived = ...
hi
Try to add this options.ClaimActions.MapJsonKey(AbpClaimTypes.Email, "email");
hi
Please share your Azure AD integration code. eg AddAuthentication().Add
Step 4: Redirected to Register page and clicked on Register
Did the Register page get your email address?
It will be available in 6.0. but you can change it by yourself now.
hi
Please custom the MultiTenancyMiddlewareErrorPageBuilder of AbpAspNetCoreMultiTenancyOptions to delete the cookies.
https://github.com/abpframework/abp/pull/13157
hi
I will feedback to the SUITE team.