plugin-icon

AH JWT Auth

投稿者: andrewheberle·
This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header.
バージョン
1.6.0
有効インストール数
20
最終更新日時
Jun 24, 2026

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.

If configured, the plugin also validates the JWT aud claim against the expected OAuth2 application audience value.

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, unless automatic user creation has been disabled in the plugin settings.

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

Automatic user creation is enabled by default for backwards compatibility. It can be disabled when user provisioning should remain manual.

無料有料プラン
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 6.9.4
このプラグインをダウンロードして、 サイトに使用できます。