https://github.com/cubiclesoft/barebones-cms-plugin-sso_plugin
Barebones CMS 1.x - SSO server/client integration plugin | NOT COMPATIBLE WITH Barebones CMS 2.0!
https://github.com/cubiclesoft/barebones-cms-plugin-sso_plugin
Last synced: 26 days ago
JSON representation
Barebones CMS 1.x - SSO server/client integration plugin | NOT COMPATIBLE WITH Barebones CMS 2.0!
- Host: GitHub
- URL: https://github.com/cubiclesoft/barebones-cms-plugin-sso_plugin
- Owner: cubiclesoft
- Created: 2015-01-02T14:00:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T23:55:57.000Z (over 11 years ago)
- Last Synced: 2025-03-03T10:16:03.113Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barebones CMS SSO Server/Client Integration plugin
==================================================
Installs a plugin and a login hook that overrides the Barebones CMS login system with the Barebones SSO server/client software. Before installing, make sure the SSO client has been installed to a directory called 'sso_client' off the main Barebones CMS installation.
http://barebonescms.com/documentation/sso/
License
-------
Same as Barebones CMS. MIT or LGPL (your choice).
Before Installing
-----------------
Go over to the SSO server admin and set up the following field mapping for a new API key (all fields are optional):
* 'bb_cms_type' with a value of 'dev', 'design', or 'content'.
* 'bb_cms_group' for 'content' account types.
Install the SSO Client to a directory called 'sso_client' off the root Barebones CMS directory. Make sure the "SSO Client Accepts Site Admin" option is to your liking. SSO Site Admins automatically get a 'dev' account.
Automated Extension Installation
--------------------------------
Once the SSO server and client are installed, use the built-in Barebones CMS extension installer to install the extension.
Manual Extension Installation
-----------------------------
Copy login_hook.php to the directory where login.php resides.
Copy the 'sso' subdirectory and all of its contents to /plugins/
Manual Uninstall
----------------
Delete the login_hook.php and the 'sso' subdirectory from /plugins/