AnthonyDeroche / mod_authnz_jwt

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

AH55204: auth_jwt authn: the expected parameter user is missing, aborting authentication #58

Closed moshesilva closed 2 years ago

moshesilva commented 3 years ago

HI, I am using this module for test JWT with apache HTTPD, but I am getting this error during the test on http log

error_httpd_logs

Apache conf for test

apache_conf_jwt

ScreenShot of the browser

postman_browser

 Could you help me with this problem?

Thanks,

AnthonyDeroche commented 3 years ago

Hello

The token must contain a field "user" with a value. Is it the case ?