Activities of "maliming"

hi

You have to enter the full username to find the user.

If an API can query all users, this is a security problem. So we changed the way.

I'll keep working on it. If there is news, I will reply to you. : )

hi

I have checked. There is no way to do that.

You can share the cookies if you use sub-domain for these websites.

hi

Create user group and define 3 user under this group

What do you mean by user group?

hi

I will find a way, wait a sec.

hi

Can you share your test project via https://wetransfer.com/

liming.ma@volosoft.com

Thanks.

Answer

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.

  1. Select Fr Language in login page
  2. Log in
  3. Redirect Home with En Language

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'

Showing 501 to 510 of 7737 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33