This plugin is outdated and might not be supported anymore
AH JWT Auth

AH JWT Auth

Details
View on WordPress

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).

Details

Plugin code:
ah-jwt-auth
Plugin version:
1.5.3
Outdated:
Yes
WP version:
4.7 or higher
PHP version:
7.0 or higher
Test up to WP version:
6.4.5
Total installations:
10
Last updated:
2023-12-21
Rating:
Times rated:
0
auth
authentication
jwt
login
sso