Please clear all logs, then reproduce the problem, and share the logs(blazor, gateway, microservice, authservce).
liming.ma@volosoft.com
Thanks
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
hi
Steps to reproduce the issue
Does your web server have WebSocket enabled?
hi
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