hi
Can you share your test project via https://wetransfer.com/
liming.ma@volosoft.com
Thanks.
hi
What do you mean by the IdentityUserService
?
Is angular or c# service?
hi
I think the 1 and 2 are the same website. but 3 is a separate website.
If you want to use the same culture on all websites, you can consider sharing the AspNetCore.Culture
cookies.
https://abp.io/community/articles/how-to-share-the-cookies-between-subdomains-jfrzggc2
hi
The blazor wasm doesn't support Login with user/tenant
feature.
https://abp.io/docs/commercial/latest/modules/account/impersonation#blazor-wasm
https://abp.io/support/questions/7644/When-user-login-and-logout-of-the-application-and-attempt-to-login-as-a-tenant-user-cannot-see-the-Login-with-this-tenant-element-under-the-action-button#answer-3a1437b1-2517-acf8-4615-dbb838ee5775
https://abp.io/support/questions/7642/When-user-login-the-second-time-they-cannot-see-the-Tenant-logins--linked-accounts-and-Authority-delegation#answer-3a1437a4-7270-25a6-246d-98e50b9a6bbb
hi
You can create an angular and enable the 2fa, then try to log in with the password flow. You will see the API requests in the browser console.
angular/src/environments/environment.ts
Change responseType
to password
.
https://abp.io/docs/latest/framework/ui/angular/authorization?_redirected=B8ABF606AA1BDF5C629883DF1061649A#resource-owner-password-flow
const oAuthConfig = {
issuer: 'https://localhost:44305/',
redirectUri: baseUrl,
clientId: 'MyProjectName_App',
responseType: 'password'
hi
Same as https://abp.io/support/questions/7642/When-user-login-the-second-time-they-cannot-see-the-Tenant-logins--linked-accounts-and-Authority-delegation#answer-3a1437a4-7270-25a6-246d-98e50b9a6bbb
The blazor wasm has some limitations.
hi
This is different between mvc and blazor, I will fix it in next version, I have refunede your ticket.
Thanks.
hi
You can't use Log in with this tenant
in wasm mode. it is only available in server mode.
hi
In the Blazor web app. The logout will clear all status.
The web app is a mix of server and WASM. so the behavior will have some differences.
hi
I can't reproduce. Please share the logs of the backend.
Thanks.