didn't understand what you mean by "not following to get claims..."
I saw that you report issues with missing info. @vijay can you pls explain your issue in details with logs, screenshots, reproduce steps, sample code etc...
there's a month for 4.4
at this point there's no plan to support value objects (very limited usage in the community). but you can create an entity with an Id field with Suite don't generate the migrations then remove the Id field and make it value object according to https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/implement-value-objects
finally you can add the migration
@ibrahim check the following database tables?
Hi
this is an issue we have faced lately, when you use AppUser which is used to add new properties to IdentityUser throws exception in different modules. I suggest you to use IdentityUser instead of AppUser.
I think you need to configure Identity Server for front channel logout. I'll share you a link which is similar to your requirement https://support.aspnetzero.com/QA/Questions/9809/How-do-I-implement-logout-all-client-with-Identity-Server-4#answer-7d351498-32de-92e6-a92b-39f8bf30a871
when will v4.3 patch be released and what is fixed for commercial over what shown in github?
v4.3.2 comes Fiday.
rick it's not supported Blazor. it'll be implemented on v4.4
the application template comes preconfigured to run Identity Server on your local environment. you need to change the local URLs to your production addresses. check the IdentityServerClientRedirectUris
table, you'll see the localhost addresses, replace them with your prod addresses