Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
b1tw0rker opened this issue Aug 21, 2022 · 0 comments

Comments

@b1tw0rker
Copy link

b1tw0rker commented Aug 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant