hi
Can you share a template project?
I will check the await signInManager.GetExternalLoginInfoAsync(); problem.
liming.ma@volosoft.com
Thanks.
hi
Can you try to override the default MultiTenantConnectionStringResolver?
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs#L27-L82
Then decrypt the value in it.
Thanks.
Can you add some code here to output AuthServerUrl from appsettings.json?
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
var logger = context.ServiceProvider.GetRequiredService<ILogger<MyProjectNameBlazorClientModule>>();
var oidcOptions = context.ServiceProvider.GetRequiredService<IOptions<RemoteAuthenticationOptions<OidcProviderOptions>>>();
logger.LogError("AuthServer Url: {AuthServerUrl}", oidcOptions.Value.ProviderOptions.Authority);
}
Also check the info from local storage
Thanks
hi
There is no error in your logs.
Can I reproduce it online?
Thanks.
hi
Can you share your ClaimsPrincipalContributor code?
Thanks.
You can send them to liming.ma@volosoft.com
I will check them tomorrow.
Thanks.
Yes. All of them.
Thanks.
Also logs.txt of https://cpattest.dev.approach.cpat.dev/
Thanks.