Linux 软件免费装
Banner图

Notakey Two Factor extension

开发者 notakey
更新时间 2026年8月28日 18:41
PHP版本: 5.6 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

authentication two factor mfa two step notakey

下载

1.0.9 2.0.1 1.0.8 1.0.10 1.0.12 1.0.15 1.0.11 1.0.13 1.0.14 1.0.16 1.0.17

详情介绍:

Users with enabled Notakey authentication provider will be sent authentication request to registered mobile device (phone, tablet) after entering a valid username and password. This plugin requires Wordpress Two-Factor plugin, that provides base authentication framework. After installing and configuring both plugins, an additional authentication provider will be added to provider list. To register a mobile device for Notakey authentication, use the "Two-Factor Options" section under "Users" → "Your Profile". Install "Notakey Authenticator" and scan provided QR code with Notakey app and enter required details for device registeration. Notakey authentication can be combined with other second factor authentication means: TOTP, email, backup codes and others. This plugin adds also some basic security policy options for Wordpress site admins: Other configuration options include: To adjust policy or configure this plugin, navigate to "Settings" → "Notakey MFA". Plugin requires a hosted or on-premise version of Notakey Authentication Server (yes, there is a free version) with configured service, onboarding requirements and API client credentials. See our documentation site for detailed instructions how to set up Notakey Authentication Server. API client setup The plugin talks to Notakey Authentication Server (NtkAS) over its REST API and authenticates with OAuth 2.0 client credentials. Register an API client (client ID and secret) using the Notakey Authentication Appliance configuration shell, then copy the values into "Settings" → "Notakey MFA" → "Authentication Server". The API client must be provisioned with at least the following scopes: Additionally, urn:notakey:devicemanager is required if you want the plugin to be able to remove registered devices from a user account. Values required in the "Authentication Server" settings section: The plugin requests a bearer token from POST /api/token with grant_type=client_credentials and only the scopes needed for each call. You can verify credentials manually: curl -X POST https://mfa.example.com/api/token \ -d 'grant_type=client_credentials&client_id=&client_secret=&scope=urn:notakey:auth urn:notakey:user urn:notakey:usermanager' A successful response contains an access_token value. If the client is not provisioned with the requested scopes, the token request fails and the plugin will not be able to send authentication requests.

屏幕截图:

  • Notakey authentication request options.
  • Notakey Authentication Server settings.
  • User authentication while waiting for response from Notakey app.

更新日志:

See the release history.