Activities of "maliming"

hi

You need to configure it in backend.

see https://abp.io/docs/latest/modules/gdpr#abpcookieconsentoptions

Some components and features need to be configured in both the backend and Angular at the same time.

Thanks.

This is a MySQL problem.

https://bugs.mysql.com/bug.php?id=118460

hi

Can you share a demo project and a test username with password?

You can create a private GitHub repository and invite https://github.com/maliming

liming.ma@volosoft.com

I will change the code and add custom claims.

Thanks.

ok, I will try to find the reason. It seems the MySql.EntityFrameworkCore has some problems.

hi

The 400 error :

The end session request was rejected because the specified post_logout_redirect_uri was invalid:
 http://127.0.0.1:26908/

Can you add http://127.0.0.1:26908/ to your application's post_logout_redirect_uri?

Thanks @auxo-devsu

hi

There is a problem when checking the handler type. If no handler is found, the Processed will be set to true

Please add a MyProxyHelper to resolve the problem. https://github.com/abpframework/abp/pull/23545

Thanks.

public static class MyProxyHelper
{
    private const string ProxyNamespace = "Castle.Proxies";

    public static Type GetUnProxiedType(Type type)
    {
        return type.Namespace == ProxyNamespace ? type.GetTypeInfo().BaseType! : type;
    }
}

https://github.com/abpframework/abp/pull/23561

Thanks. I will check and update the document.

Answer

hi

Is there any call to API to update [OpenIddictApplications] table ?

You can update it in OpenIddict -> Applications page.

/OpenIddict/Applications

Showing 1191 to 1200 of 11565 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.