AnthonyDeroche / mod_authnz_jwt

An authentication module for Apache httpd using JSON Web Tokens
Other
79 stars 46 forks source link

Decoding process has failed, token is either malformed or signature is invalid #69

Open b1tw0rker opened 1 year ago

b1tw0rker commented 1 year ago

I guess this error is still alive. I have the following config:

AuthJWTSignatureAlgorithm RS256 AuthJWTSignaturePublicKeyFile /etc/pki/auth_pub.pem AuthJWTSignaturePrivateKeyFile /etc/pki/auth_priv.pem

<Location "/test/"> AllowOverride None AuthType jwt-bearer AuthName "private area" Require valid-user

in jwt.io the token will be accepted. token is not expired and after nbf.

OS: Rocky Linux 8