SAML SSO
SAML SSO solution for Wordpress
by Joel Bernerman <joel.bernerman@helsingborg.se> · github.com/helsingborg-stad/saml-sso · website
★ 0stars
3release downloads
55composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/helsingborg-stad/saml-sso/releases/download/v1.0.2/full-release.zipAlso on Packagist as helsingborg-stad/sso-saml:
composer require helsingborg-stad/sso-samlFrom the readme
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
SAML SSO
SAML SSO plugin for Wordpress
Report Bug
·
Request Feature
Table of Contents
- Table of Contents
- About SAML SSO
- Built With
- Getting Started
- Prerequisites
- Installation
- Configuration
- Required PHP-SAML Constants
- Optional PHP-SAML Constants
- Additional PHP-SAML settings.
- Other constants
- Usage
- Roadmap
- Contributing
- License
- Acknowledgements
About SAML SSO
SAML SSO login plugin for wordpress.
This plugin will add 3 endpoints required for SAML SSO to operate.
NOTE: Currently only invokable programatically se usage for instructions.
Built With
Onelogin PHP SAML
Getting Started
To get a local copy up and running follow these steps.
Prerequisites
Composer
Install instructions
Installation
1. Clone the repo
2. Install Composer packages
Configuration
Configuration is done with constants in wp-config.php
PHP-SAML constants is in direct relation to settings the PHP-SAML require.
Read the full README on GitHub →