這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WordPress Strong Authentication

外掛說明

WordPress Strong Authentication lets you authenticate users with a second
factor of possession.

Only if the user is able to provide this second factor, he is allowed to login.
Such a second factor can be an OTP display card, an OTP hardware token, a Yubikey,
a smartphone App like the Google Authenticator or access to an mobile phone
to receive an SMS or access to an email account.

The use then needs to authenticate with his wordpress password and in addition with
a code, generated by his device or sent via email or SMS.

All the devices are managed in the backend (privacyIDEA)[http://privacyidea.org], the Strong Authentication
plugin forwards authentication requests to this backend, which you can easily run
on the same machine or anywhere in your network.

Configuration

Please add at least a hostname or IP address of your backend server privacyIDEA.
You need to enter the hostname together with the protocol and the port, if it is
not a standard port.
If you are using self signed certificates, you should disable the verification of hostname and peer.

Please note: You need to have the same users in the LinOTP server.
You can achieve this by configuring an SQL Resolver and presetting this to
Wordpress.

Troubleshooting

If you misconfigured the plugin, you might not be able to authenticate anymore!

So it is always a good idea to add some users to the “excluded users” list.
These users will be able to authenticate without a second factor and
even if the authentication server should be down.

Another possibility is to disable the plugin by removing or renaming the
plugin directory.
In this case is will fall back to the old wordpress passwords.

安裝方式

You can install this plugin from within your wordpress plugin menu.

Alternatively you can install it manually:

For installing the wordpress plugin simply copy the file
wp-strong-authentication.php to the wordpress directory

./wp-content/plugins

常見問題集

Q: What happens if my authentication backend is offline?

A: If your authentication backend is offline, the users are not able
to authenticate with OTP. This is the same as if you SQL server is down
or your LDAP server is not reachable.

Alas, you can configure certain users, who will not be authenticated against
the backend but within wordpres. This can be an emergency entry.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WordPress Strong Authentication〉的開發相關工作。

參與者

變更記錄

1.2.1

  • Use PHP curl for a better communitcation to the privacyIDEA server

1.2

  • Add user-agent to POST request

1.1.1

  • Fixed and error in displaying errors :-/

1.1

  • remove php curl and use WP HTTP class instead

1.0

  • Add possibility to exclude users from two factor authentication