Activities of "maliming"

hi

We are not familiar with AWS Cognito and cannot give any advice,

For the new AuthServer, it is more necessary to handle the claims. You can try to replace it, and you can always give feedback if you get specific problems.

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

Showing 8121 to 8130 of 11531 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.