Activities of "maliming"

hi

Can you add the code below to your Administration service to see the error?

 public async static Task<int> Main(string[] args)
{
    IdentityModelEventSource.ShowPII = true;

    IdentityModelEventSource.Logger.LogLevel = EventLevel.Verbose;
    var wilsonTextLogger = new TextWriterEventListener("Logs/identitymodel.txt");
    wilsonTextLogger.EnableEvents(IdentityModelEventSource.Logger, EventLevel.Verbose);

Thanks

ok, I will test it.

Thanks.

hi

The solution: https://abp.io/support/questions/9891/How-do-I-register-the-Blazorise-license-key#answer-3a1c6946-4726-c113-33be-ff306be3722b

Thanks.

hi

The solution:

  1. Generate a Produce Token in https://blazorise.com/account/user/manage/license
  2. Use the Product Token in your Blazor project.
  3. The message will no longer be displayed.


If you don't have a Blazorise account, you can see :

Thanks.

hi

Can you share a test app?

I will check it.

liming.ma@volosoft.com

Thanks

ok

好的

The auth website is just like Google

You should obtain a token from the core website.

hi

Even though the user is the same in core and auth, but they are actually different. So you can't use the core token to request auth, vice versa

They are different auth servers.

hi

Can you confirm your Administration service can communicate with the authserver website?

https://abp.io/community/articles/common-errors-in-jwt-bearer-authentication-4u3wrbs5#gsc.tab=0

Thanks

Showing 1 to 10 of 10708 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.0.0-preview. Updated on September 16, 2025, 10:35