Base solution for your next web application
Open Closed

Getting IdentityBearerIdentityServerAuthenticationJwt was not authenticated. Failure message: IDX10503: Signature validation failed #10877


User avatar
0
shedspotter created

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

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    shedspotter created

    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 supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 supported
    Copy & paste or drag & drop images (max 30 MB per image)