Invalid JWS header,The algorithm "alg" header parameter must be for signatures

Issue #486 invalid
Former user created an issue

Hi, getting following exception Wat can be the reasons for the below exception and how to troubleshoot it ?

Caused by: java.text.ParseException: Invalid JWS header: The algorithm "alg" header parameter must be for signatures at com.nimbusds.jose.JWSObject.<init>(JWSObject.java:155) at com.nimbusds.jose.JWSObject.parse(JWSObject.java:421) at com.atlassian.jwt.core.reader.NimbusJwtReaderFactory$NimbusUnverifiedJwtReader.parseJWSObject(NimbusJwtReaderFactory.java:153)

Comments (2)

  1. Log in to comment