Activities of "maliming"

Answer

Please clear all logs, then reproduce the problem, and share the logs(blazor, gateway, microservice, authservce).

liming.ma@volosoft.com

Thanks

Answer

Can you share a test URL?

hi

Angular uses code mode by default, and when you log out, it will automatically single logout.

 oAuthConfig: {
    issuer: 'https://localhost:44305/',
    redirectUri: baseUrl,
    clientId: 'MyProjectName_App',
    responseType: 'code',
    scope: 'offline_access MyProjectName',
    requireHttps: true,
}

hi

You can override the UserValidator<IdentityUser> service.

UserValidator<IdentityUser> : IUserValidator<IdentityUser>

https://github.com/dotnet/aspnetcore/blob/release/6.0/src/Identity/Extensions.Core/src/UserValidator.cs#L81

Answer

hi

Steps to reproduce the issue

Does your web server have WebSocket enabled?

hi

  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

hi

The remote certificate is invalid according to the validation procedure:

Please check the HTTPS certificate of https://192.168.100.36:44356

or set RequireHttpsMetadata to false

hi

Are you talking about microservice projects?

Each module can be configured with an independent connection string, so that ItenantStore can get data. For tiered projects, it can also remotely get tenant data.

hi

There was a bug, You should use the latest 6.x version.

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

hi

https://engincanv.github.io/abp/2022/08/02/extending-the-application-configuration-endpoint.html

Showing 7201 to 7210 of 10614 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 08, 2025, 09:55