Activities of "maliming"

hi

Both Blazor and PublicWeb are using oidc as the default challenge scheme.

When you click login, it will redirect to https://admin.example.com/Account/Login and then redirec to authserver website login page.

Use abp.ajax will show the messages.

https://abp.io/docs/latest/framework/ui/mvc-razor-pages/javascript-api/ajax

hi

The UserFriendlyException not shown on the razor page client

What is your razor page code?

Thanks

hi

Can you share your public and Blazor module C# files to liming.ma@volosoft.com?

Thanks.

hi

You can replace the style-initializer.js file. It will load the font-bundle.css, which includes Google fonts.

Thanks

hi

You can replace the file in Bundle system, and then replace the content of style-initializer.js to load font without Google.com

Can you share your Blazor project structure?

Are you using the new ABP Global Assets system?

https://abp.io/community/posts/abp-global-assets-new-way-to-bundle-javascriptcss-files-in-blazor-webassembly-app-i0nu10rs

Thanks.

hi

it redirects to the same URL instead of navigating to the authentication (Auth) URL.

What is the current redirect URL?

https://admin.example.com/Account/Login ?

Thanks.

hi

  1. call connect/token and it returns RequiresTwoFactor
{
  "error": "invalid_grant",
  "error_description": "RequiresTwoFactor",
  "error_uri": "https://documentation.openiddict.com/errors/ID2024",
  "userId": "863f6537b288a6b5cad13a1cd3a98b12",
  "twoFactorToken": "CfDJ8EJYyIM2bE5Jn1B5p="
}
  1. Send the 2FA code by calling /api/account/send-two-factor-code
{
    "token": "CfDJ8EJYyIM2bE5Jn1B5p=",
    "userid": "863f6537b288a6b5cad13a1cd3a98b12",
    "provider": "Email"
}
  1. Get the code from your email inbox.
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
</head>
<body>
    <h3>Two-factor Code</h3>

    <p>Your Two-factor code is: 727212</p>

</body>
</html>

5, Use the code call connect./token again.

curl --location 'https://localhost:44315/connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'scope=offline_access AbpSolution1' \
--data-urlencode 'client_id=AbpSolution1_App' \
--data-urlencode 'username=admin' \
--data-urlencode 'password=1q2w3E*' \
--data-urlencode 'TwoFactorProvider=Email' \
--data-urlencode 'TwoFactorCode=727212'

hi

You can send a email to liming.ma@volosoft.com when you are free.

I will remotely check it by Zoom screensharing.

Thanks.

hi

Can you share a screenshot of When we click Select All?

There is no Select All button in the user creation page.

How many organizations in the page? are o 5K?

Thanks.

Showing 661 to 670 of 11567 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.