Activities of "maliming"

hi

By default the MS SQL Server will lock entries when they are updated until the transaction is committed. Hence you can create deadlocks that will eventually let your query run into a timeout.

The option Read Committed Snapshot On can solve this issue as you will always get the latest commit.

hi

If you don't need to deploy maui project in GitHub Action you can remove it from solution(.sln).

dotnet sln <SolutionFile> remove <ProjectFile>

see https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln#remove

Answer

hi

I tried to use the AbpLdapSample console app

Can you share your test code?

liming.ma@volosoft.com

Thanks.

hi

Have you added the Authorization header with Bearer {access_token} for your request?

Please share your code using grpc

Thanks.

hi

If you can use SAML authentication in asp net core web app. then you can use it in abp.

Do you have document or code to use SAML in asp net core?

And we have a ExternalLoginProvider system: https://github.com/abpframework/abp/issues/4977#issuecomment-670006297

hi

Can you share the logs.txt of your application?

liming.ma@volosoft.com

Thanks.

Answer

ok.

hi

For anonymous requests, there is no way to get the client ID.

The client id has to exist in a query string or form post.

You can try to inject the IHttpContextAccessor and call the GetOpenIddictServerRequest extension method.

var request = HttpContext.GetOpenIddictServerRequest()

but the OpenIddictServerRequest only exists in the openiddict request.

eg: connect/token or connect/authorize

hi

What is the process of your authentication?

After signing in to the website, you can get the client id.

Are you using the code flow to get token?

Thanks.

Showing 2721 to 2730 of 11563 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.