closing the issue. you can reopen anytime.
this is related to Identity Server configuration.
Also set your environment to Production/Staging (anything else rather than Development)
ASPNETCORE_ENVIRONMENT = Development
https://support.abp.io/QA/Questions/1849/Running-the-Micro-service-Solution-on-Dockers#answer-0440d6d4-a097-2e90-3ab5-39fefb172a24
On the other hand, ABP doesn't make a license check when you publish your project in Release mode. Please make sure it's on release mode.
hi,
this problem is fixed in the newer versions. you can upgrade your project to ABP v4.4.3
This is not supported out of the box as the Identity Server changes need to be done. Gettting token is an Identity Server feature, to prevent sending tokens only with username & password, you can customize the Identity Server 4 or you can ask directly to Identity Server contributors https://github.com/IdentityServer/IdentityServer4. Check out https://docs.identityserver.io/en/latest/topics/custom_token_request_validation.html
Sorry but this is a 3rd party question and we have limited support on 3rd party library questions.
can you pls write your specific question? thanks
ok thank you. we can keep this open.
I mean ABP Commercial has beta version as well. What's the ABP version? (it's written in your csproj files)
see an example https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUser.cs#L33