UTexas EID Authentication archived
This Wordpress plugin allows for SAML login using UT EID. For use with pantheon_saml_integration_wp
by Web Content Management Solutions, UT Austin · github.com/utdk/utexas-eid-auth
★ 0stars
73composer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/utdk/utexas-eid-auth/archive/refs/heads/master.zipAlso on Packagist as utexas/utexas-eid-auth:
composer require utexas/utexas-eid-authFrom the readme
utexas-eid-auth
This is a WordPress plugin that provides configuration for using the OneLogin library to sign in using Enterprise Authentication.
Testing integration a WordPress site with OneLogin
1. Provision an EID-based account for yourself either via the UI or terminus wp . -- user create @eid.utexas.edu --role=administrator
1. Download the latest version of utexas-eid-auth at https://github.austin.utexas.edu/eis1-wcs/utexas-eid-auth/archive/refs/heads/master.zip
1. Go the site's /wp-admin/plugin-install.php and choose "Upload plugin"
1. Upload the zip file you downloaded.
1. Activate the plugin.
1. Now attempt to sign in and confirm you can authenticate yoursite.utexas.edu/saml/login
Overriding configuration on a specific site
Options defined in wpsa-options.php are the defaults for UT sites on Pantheon. If for some reason you must override anything set there, create your own mini-plugin by renaming utexas-eid-auth-overrides.php.inc to utexas-eid-auth-overrides.php and making relevant configuration changes. You must then activate this plugin for its changes to take effect.
- autoprovision: (default: false). For sites that should automatically create accounts from succes
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Jul 6, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.