the Swagger doesn´t load and gets error.
What are the error logs?
https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache
hi
Do not override the AbpUserClaimsPrincipalFactory, You can add an IAbpClaimsPrincipalContributor class .
And add the code to Identity Server project.
So, you add a custom IAbpClaimsPrincipalContributor?
Please share your code.
hi
We have add IsActive to IdentityUser entity in 5.0. You can check this PR.
https://github.com/abpframework/abp/pull/9991
https://github.com/abpframework/abp/issues/13239
This is the current behavior, I will create an issue internally to discuss
The RedirectAllowedUrls is used by other services not only IDS.
hi
Did you check this?
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
Don't use the AutoApiController in the module project, Add controllers manually