WP AAI@EduHr Auth

外掛說明

WP AAI@EduHr Auth plugin provides simple interface which enables you to utilize AAI@EduHr Authentication and Authorisation Infrastructure of science and higher education in Croatia in your WordPress installation. For more information about AAI@EduHr please visit http://www.aaiedu.hr/.

安裝方式

Prerequisites

Before you can start using WP AAI@EduHr Auth plugin, you already have to have simpleSAMLphp configured on your server.
Visit official AAI@EduHr site for more information (instructions are in Croatian language).

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘WP AAI@EduHr Auth’
  3. Activate WP AAI@EduHr Auth from your Plugins page.
  4. Visit ‘Settings > WP AAI@EduHr Auth’ and enter appropriate settings. (You can always edit these later.)

From WordPress.org

  1. Download WP AAI@EduHr Auth.
  2. Upload the ‘wp-aaieduhr-auth’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate WP AAI@EduHr Auth from your Plugins page.
  4. Visit ‘Settings > WP AAI@EduHr Auth’ and enter appropriate parameters. (You can always edit these later.)

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP AAI@EduHr Auth〉的開發相關工作。

參與者

〈WP AAI@EduHr Auth〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈WP AAI@EduHr Auth〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2.0

  • Use style versioning when using wp_register_style for cache busting purposes.
  • Add sleep time when overriding AAI@EduHr authentication to make brute force attacks a bit harder.
  • Use esc_* family of functions when echoing data into HTML.
  • Use sanitize_* family of functions in actions related to processing data coming from users.
  • Introduce nonce checks in some of the plugin actions.
  • Add type hinting throughout the codebase.
  • Add some log debug messages.
  • New service type options have been added with the final list being: default-sp, proxy-sp, mfa-sp, fedlab-sp

0.1.0

  • Enable usage of newer versions of SimpleSAMLphp (v2.*)
  • PHP version requirement bumped from v5.6 to v7.4

0.0.10

  • Fix wp_login action call so that it includes user instance

0.0.9

  • Enable functionality to bypass AAI@EduHr authentication, so that a user can authenticate using regular WordPress
    user / login form. This can be used in scenarios when a site maintainer does not have AAI@EduHr identity, but has
    to be able to, for example, get to the site admin dashboard. To show WordPress login form, set the secret in
    plugin settings (make sure that it is long-enough, hard-to-guess and with no chars which have special
    meaning in URLs). Then, add ‘aabs’ query parameter in wp-login route, like:
    /wp-login.php?aabs=some-secret

0.0.8

  • Remove password reset option on user edit

0.0.7

  • Update plugin header comment

0.0.6

  • In multisite environment ensure label ‘Email’ when adding existing users to the site.
  • In multisite environment enable usernames to be emails when adding new users to the site.
  • Disable custom page creation used for showing auth messages and errors.
  • Enable authentication alerts used to show auth messages.

0.0.5

  • Use email from ’email’ attribute instead of using ‘hrEduPersonUniqueID’

0.0.4

  • Fix Settings link so it’s only rendered for this plugin.

0.0.3

  • Disable local password manipulation when plugin is active.
  • Ensure that manually created account is marked as AAI@EduHr accounts when user logs in for the first time.

0.0.2

  • First version.