maliming
maliming
hi @leonkosak You can grant permissions to a client/application on openiddict management page. Then check the permissions on the application service/API endpoint. 
hi > abp application (at least MVC version) uses grant_type=password, ABP uses the `authorization code` instead of the `password` for MVC login.
hi You can install the 8.x `volo.abp.cli` https://www.nuget.org/packages/Volo.Abp.Cli/8.3.4 dotnet tool install --global Volo.Abp.Cli --version 8.3.4
The new 9.x version will use the latest template, it may not be compatible with 8.x. You can create it by old cli.
hi Their implementation is almost the same.
> microservices solution Are you using the abp microservice? eg [eShopOnAbp](https://github.com/abpframework/eShopOnAbp)?
hi The ConcurrentLogin doesn't work for the microservice solution.
hi This is the ASP.NET Core MVC scope. https://learn.microsoft.com/en-us/aspnet/core/mvc/models/model-binding?#globalization-behavior-of-model-binding-route-data-and-query-strings
hi Is your problem solved by adding `CultureQueryStringValueProviderFactory`?
hi For the client side, you can check http://blog.rebuildall.net/2011/03/02/jquery_validate_and_the_comma_decimal_separator