hi
You don't need the Guid Generator if your key is not GUID.
See https://learn.microsoft.com/en-us/ef/core/modeling/generated-properties?tabs=data-annotations https://learn.microsoft.com/en-us/ef/core/modeling/keys?tabs=data-annotations#value-generation
hi
You can override the component to customize the DataGrid.
https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components?UI=BlazorServer
Redis will be slower than memory cache, that's for sure. It's just that we need Redis in the distributed scenario.
hi
but if i change the database of the application and auth server then its not work.
Please share the details of your changes and logs. Thanks.
hi
There is currently no such documentation, you can check the current angular app.
https://docs.abp.io/en/abp/latest/UI/Angular/Quick-Start
hi
Your current identity has no phone_number and phone_number_verified claims.
The token request was rejected because the 'PhoneNumberLogin_credentials' grant type is not supported.
Please check this https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
make sure your PhoneNumberLogin_credentials is added to OpenIddict correctly.
hi
However, if I upgrade my abp project to v.6+, it seems that you don't have such a solution in your OpenID Connect configuration
I checked. You can update the Client.FrontChannelLogoutUri on the Edit page.
hi
Try to depend on the typeof(AbpAspNetCoreAuthenticationOpenIdConnectModule) in your web project.
hi
Please share a simple project liming.ma@volosoft.com
Thanks
hi
I can't build your solution.
error MSB4019: The imported project "common.props" was not found. Confirm that the expression in the Import declaration "../../../../common.props" is correct, and that the file exists on disk.