Aktivity „cheelam1220“

Odpoveď

Hi,

I have checked.

Did you try this and redeploy the application?

IdentityModelEventSource.ShowPII = true;

BTW It happens because the issuer is automatically set by the request. Set issuer to fix this problem In AuthServerModule.cs or HttpApiHostModule.cs as follows:

Configure<IdentityServerOptions>(options =>  
{  
    options.IssuerUri = configuration["App:SelfUrl"]; 
}); 

Hi,

I haven't deployed as the environment is strictly control and we cannot make any deployment until next year. Is there any impact to performance if i set the IdentityModelEventSource.ShowPII = true;` for a prolong period?

Sorry, I don't fully understand what you mean by "the issuer is automatically set by the request", is there any article related you can share with me?

Odpoveď

Hi,

My email is shiwei.liang@volosoft.com

Hi,

I just sent the log.

Odpoveď

Hi,

This is enough, ok please share the log. thanks.

Hi,

Is there an email i can attached the log file? It's too large to share it here.

Odpoveď

Hi,

Or is there any option we can turn on to get even more details log?

You can set IdentityModelEventSource.ShowPII = true;

Hi,

Other than this, anything thing else we can do? I can share the full log, can you take a look at it?

Odpoveď

Hello,

Please check the similar issue https://support.abp.io/QA/Questions/5441/IDX10205-Issuer-validation-failed

Hi,

I saw it's about prolonging the token time. But our issue is when it's trying to get token it encounters some error. It's been the same period for the token expiring time. Any idea what's the 2nd error message about? Or is there any option we can turn on to get even more details log?

Zobrazených 1 až 5 z 5 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11