Activities of "maliming"

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.

hi

Can you try to add <PackageReference Include="Volo.Abp.AspNetCore.Abstractions" Version="8.2.1" /> to your project?

hi

Are there any error messages in your browser console?

Please share the logs of backend

Thanks

hi

Are these folders empty?

Or what files exist in it?

modules
views
pages

hi

What are CLI command output when you create the project?

Showing 511 to 520 of 7738 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33