This is weird, your scope should not be larger than InputLengthRestrictions.Scope.
https://github.com/IdentityServer/IdentityServer4/blob/5c876281c5977fed56faf59636aa1a2626396d3f/src/IdentityServer4/src/Validation/Default/AuthorizeRequestValidator.cs#L554
I have added the codes below to to configureservices method of authserver ui projecet, it did'nt work.
Is same error occurs? [ERR] scopes too long.
EfCoreRepository and dbcontext are independent.
so we need to make the base repository generic and create a version for each module
You can give it a try
If multiple dbcontext have the same entity, they can be used independently, but not together.
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