Michael DeWulf
07/08/2024, 8:10 PMWww-Authenticate: Bearer error="invalid_token", error_description="The JWT contains invalid claims: [name].", error_uri="<https://tools.ietf.org/html/rfc6750#section-3.1>"`
Any idea on what is going on?Moises Morales
07/08/2024, 8:39 PMMichael DeWulf
07/08/2024, 8:54 PMMichael DeWulf
07/08/2024, 8:57 PMkid
here and the kid
listed in (one of my) /api/v1/entities/jwks
match.Michael DeWulf
07/08/2024, 9:11 PMMoises Morales
07/08/2024, 9:25 PMJwtVerificationException: The JWT contains invalid claims: [name]
Jwt contains "sub" that does not satisfy given regex pattern.
Could you also check for the claim in question? It appears in the second step of the JWT creation: https://www.gooddata.com/docs/cloud/manage-organization/jwt-access-token/#SetUpAuthenticationUsingJSONWebTokens-CreateJWTMichael DeWulf
07/08/2024, 10:51 PMMoises Morales
07/08/2024, 11:29 PMMichael DeWulf
07/08/2024, 11:41 PMMichael DeWulf
07/09/2024, 6:52 PMMoises Morales
07/09/2024, 7:04 PM