Activities of "maliming"

hi

You can check these document first. https://docs.abp.io/en/abp/latest/Localization https://docs.abp.io/en/abp/latest/UI/Angular/Localization

Answer

Are you planning to implement account linking for openid?

We haven't found a good solution yet.

Is it possible to implement account linking for openid?

This is possible, but just like you use your google account to log in to a website, when you switch google account, the website will not switch google identity.

Especially there may be multiple angular or mvc clients.

Is there a configuration option to disable account linking?

Not yet.

Answer

The angular client is authenticated by openid, it currently cannot implement link user login.

The link user can only work in the identity server website.

: )

Can you share your Bookstore project to me? liming.ma@volosoft.com

  1. Remove this funtion call from startup.cs

Yes.

2.which project/class to put this method in

Projects that depend on AbpAccountWebModule, such as web.

hi

You need use the Volo.Abp.Identity.IdentityUser as TUser.

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    context.Services.PreConfigure<IdentityBuilder>(options =>
    {
        options.Services.Replace(ServiceDescriptor
            .Scoped<IPasswordHasher<Volo.Abp.Identity.IdentityUser>,
                Md5PasswordHasher<Volo.Abp.Identity.IdentityUser>>());
    });
}

hi @vnetonline

Can you try to clear the browser cookies?

My working hours are 9:00-18:00 UTC+8, You can leave message when you are free.

OK. 02:00PM GMT+8 is ok.

Showing 10781 to 10790 of 11066 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 November 03, 2025, 07:01