rw sso REST Auth Client
WordPress plugin that provides the client side functionality of a Single Sign On (SSO) Network
by Daniel Reintanz · github.com/rpi-virtuell/rw-sso-rest-auth-client · website
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/rpi-virtuell/rw-sso-rest-auth-client/archive/refs/heads/main.zipDeclares an update source (https://github.com/rpi-virtuell/rw-sso-rest-auth-client), so updates arrive through the plugin's own updater.
Readme
RW-SSO-REST-AUTH-CLIENT
A WordPress plugin that provides the client side functionality of a Single Sign On (SSO) Network
Please Note: This Plugin requires REST Routes provided by the RW-SSO-REST-AUTH-SERVICE Plugin
Installation
1. Setting the Service Server
The Plugin needs to know where to send its REST Calls. This is achieved by providing an Environmental Variable: KONTO_SERVER
KONTO_SERVER should provide a URL
SetEnv KONTO_SERVER "https://my-wordpress-website.com"
Features
This Plugin alters two Backend areas of a standard WordPress website
1. Login
If a user logs in via WP-Admin the Server will send a REST call to a set Service Server which uses the RW-SSO-REST-AUTH-SERVICE Plugin to verify the login information provided by comparing it with its own User Database.
2. Creating new Users
A new options page will be available under the user tab. This will give users with the right "edit_users" the option to import users from the set Service Server.
Download
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.