I'm checking your project, wait a moment.
hi
Please remove these code and try to configure the claims in the options delegate.
https://leastprivilege.com/2017/11/15/missing-claims-in-the-asp-net-core-2-openid-connect-handler/ https://docs.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-6.0#mapping-claims-using-openid-connect-authentication
JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Add("sub", ClaimTypes.NameIdentifier);
You can use this to test the configure of email.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
Can you try to clear the browser cookies?
hi
http://10.250.1.170/MEWASSO
Is there a public internet IP address or domain?
hi
Can you share a simple project with me? include the steps liming.ma@volosoft.com
hi
Is there any info in the logs?
hi
What's your oAuthConfig of the angular app?
You can configure authentication schemes in different modules, which are then hosted by one or more Hosts.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpIdentityAspNetCoreModule.cs#L35
See https://github.com/abpframework/abp/issues/10927