Module ngx_http_auth_jwt_module

The ngx_http_auth_jwt_module module (1.11.3) implements client authorization by validating the provided JSON Web Token (JWT) using the specified keys. JWT claims must be encoded in a JSON Web Signature (JWS) structure. The module can be used for OpenID Connect authentication.

The module may be combined with other access modules, such as ngx_http_access_module, ngx_http_auth_basic_module, and ngx_http_auth_request_module, via the satisfy directive.

This module is available as part of our commercial subscription.
auth_jwt
  • References/Server/Nginx/Modules reference/ngx_http_auth_jwt_module

Syntax: auth_jwt string [token=$variable] | off;

2025-01-10 15:47:30
auth_jwt_key_file
  • References/Server/Nginx/Modules reference/ngx_http_auth_jwt_module

Syntax: auth_jwt_key_file file; Default: — Context:

2025-01-10 15:47:30