Single sign-on functionality for WordPress.
- Allows a user to log in to a website automatically using a generated one-time-use link.
- Login links can be created using two methods:
- WP-CLI
- WP REST API
- Generated login links use AJAX to handle login.
- There is a legacy AJAX method that uses the
sso-check
action and a new AJAX method that uses thenewfold_sso_login
action. - In most cases, our internal systems generate login links using WP-CLI.
- SSO links can be generated via WP-CLI
- SSO links can be generated via the WP REST API
- SSO links successfully log in a user
composer config repositories.newfold composer https://newfold-labs.github.io/satis/
composer require newfold-labs/wp-module-sso