/harvard-pin-wordpress-plugin

Login to Wordpress using a Harvard Pin with the AuthZProxy service

Primary LanguagePHP

harvard-pin-wordpress-plugin

Login to Wordpress using a Harvard Pin with the AuthZProxy service

####Requirements (in addition to Wordpress):

Installation

  • Copy the directory "hu-authz-plugin" to your plugins directory
  • Within this file "hu-authz-plugin/hu-authz-plugin.php", set the following attributes:
    • 'GPG_DIR' => "/home/p/r/some-name/.gnupg",
    • 'PIN_APP_NAME' => "FAS_FCOR_MCB_INTRANET",
    • 'CHECK_PIN_IP_VALUE' => 'false',
    • 'PRINT_DEBUG_STATMENTS' => 'false'
  • Activate the plugin through the Wordpress admin
  • fyi: This was a get-it-done-fast project -- e.g., there's no form to change plugin options, etc