Activities of "liangshiwei"

Hi,

After checking, this does not seem to be a problem with code. It's looks like a problem with the Environment(database, server). you can try deploying it in other environments to check whether it is an environment problem.

Hi,

just :


public override void ConfigureServices(ServiceConfigurationContext context)
{ 
    .....
    context.Services.AddHttpLogging(_ => { });
}

public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
    var app = context.GetApplicationBuilder();
    var env = context.GetEnvironment();
    
    app.UseHttpLogging();
    ........
}

See https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-logging/?view=aspnetcore-8.0

Hi

I don't think so,

this is not related to Authserver. because you get The specified authorization code is no longer valid error message.

you can check this

https://medium.com/version-1/performance-testing-of-oauth-2-0-authorization-code-secured-apis-using-jmeter-7a9d711716a1

Hi,

Sorry again.

According to the logs, it seems that nothing happened and just waited for 4-5 seconds and there is no log about openiddict.

Can you set the log level to debug globally?

configuration.MinimumLevel.Debug()

can you provide the documentation for password and code flow both.

ABP uses the standard OAuth 2.0, see https://en.wikipedia.org/wiki/OAuth

i can sure this is a problem with jemeter. See https://stackoverflow.com/questions/60385233/unable-to-get-access-token-in-jmeter

Hi,

sorry, i don't know jemeter much, you can try use password flow instead of code flow

Is there a setting that I can use to tell what is happening at these delay points? Also, I would like to share the full log with you for the connect/token POST so that you can see the full context but am not sure the protocol for sharing log files with the support team. We really need to figure out what is causing the delay of the connect/token process when running in AKS.

okay, you can email me.

shiwei.liang@volosoft.com

Answer

Could we get an extension of the 30 days money back while we explore this?

you can send an email to marketing@volosoft.com.

shared

Showing 101 to 110 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30