Activities of "maliming"

hi

You can refer our Microservice documents:

https://abp.io/docs/latest/get-started/microservice https://abp.io/docs/latest/solution-templates/microservice

hi

I'm trying OIDC like Google authentication. It's not working. If I set dynamic claim to true, user authentication doesn't even work. For this reason, I reset it to false. Even if I restart the servers instead of logging in again, it still doesn't work :)

Fix this problem, and everything will work.

Can you share your project again? Or create a PRIVATE GitHub repository and invite me as a contributor. https://github.com/maliming

I will review your Dynamic Claims code and make the necessary fixes.

Thanks.

hi

Have you changed any properties of JsonSerializerOptions?

Thanks.

hi

Set is as your _policy default value or pass it as a parameter.

ok : )

hi

Set RequireHttps of DiscoveryPolicy to false

DiscoveryPolicy

var policy = new DiscoveryPolicy
{
    RequireHttps = false
};

hi

The distributed events are:

  • EntityCreatedEto<T> is published when an entity of type T was created.
  • EntityUpdatedEto<T> is published when an entity of type T was updated.
  • EntityDeletedEto<T> is published when an entity of type T was deleted.

See https://abp.io/docs/9.3/framework/infrastructure/event-bus/distributed#event-types

In scenarios where a user is associated with hundreds of roles or organization units, this results in the UserManager making repeated changes per item — leading to hundreds of operations and drastically increasing the time required to complete the user creation/edit process.

Can you share the code?

Thanks

hi

Can you share a project to reproduce?

liming.ma@volosoft.com

Thanks

hi

Please share the DBContext factory code

hi

Because we build our microservices for multiple use-cases we want to group controllers into groups (for different clients) by Area attribute.

Can you share an example controller code?

Thanks.

Showing 61 to 70 of 10683 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 16, 2025, 10:35