Hitobito Auth
- Contributors: Team MiData
- Requires at least: 6.7.2
- Tested up to: 6.7.2
- Stable tag: 1.0
- Requires PHP: 7.4
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Copy of: https://github.com/daggerhart/openid-connect-generic
A simple client that provides SSO or opt-in authentication against a generic OAuth2 Server implementation.
Important!, Hitobito Auth Plugins Updates will be released only on GitHub. As recomendation, watch the repository and star it. More: https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars
This plugin allows to authenticate users with Hitobito (e.g. MiData, jubla.db). Once installed, it can be configured to automatically authenticate users (SSO), or provide a "Login with Hitobito" button on the login form. After consent has been obtained, an existing user is automatically logged into WordPress, while new users are created in WordPress database.
Much of the documentation can be found on the Settings > Hitobito Connect Generic dashboard page.
Please submit issues to the Github repo: https://github.com/scout-ch/wp-hitobito-auth
- Upload to the
/wp-content/plugins/
directory - Activate the plugin
- Visit Settings > Hitobito Auth and configure to meet your needs
You will find them on: https://docu.scout.ch/
Most OAuth2 servers will require whitelisting a set of redirect URIs for security purposes. The Redirect URI provided by this client is like so: https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize
Replace example.com
with your domain name and path to WordPress.