AH JWT Auth

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in…

Author:Andrew Heberle (profile at wordpress.org)
WordPress version required:4.7
WordPress version tested:6.4.2
Plugin version:1.5.3
Added to WordPress repository:22-04-2021
Last updated:21-12-2023
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 507
Active installs:10+
plugin download
Click to start download

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header that is added by a reverse proxy
that sits in front of your WordPress deployment.

Authentication and optionally role assignment is handled by claims contained in the JWT.

Verification of the JWT is handled by either:

  • a shared secret key
  • retrieving a JSON Web Key Set (JWKS) from a configured URL

During the login process if the user does not exist an account will be created with a matching role from the JWT.

If the JWT did not contain a role claim then user is created with the role set in the plugin settings (by default this is the subscriber role).


Screenshots
FAQ
ChangeLog