What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
in production we are getting "Getting IdentityBearerIdentityServerAuthenticationJwt was not authenticated. Failure message: IDX10503: Signature validation failed" exception so many times
this is the screen shot from application insights of azure

and alos plese let me know that we are generating the RSA key each time when we restart the server
Thanks
3 Answer(s)
-
0
Hi,
I haven't faced such a problem before but it seems like SecurityAlgorithms.HmacSha256 is not supported in your environment. You can try a different one here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/AbpZeroTemplateWebCoreModule.cs#L115
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi @ismcagdas , we are deplying our service in azure. Could you please suggest me what algorithm I can use in place of HmacSha256.
Thanks
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi @shedspotter
We haven't faced this problem on Azure with our application. I think Azure support can offer you the best solution. Could you contact with them ?
Thanks,
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)