Getting Started
Prerequisites
This package can be used in Nexus, but you either need to remove the Nexus Users package (use the nexus-basic template build instead) or disable the login/logout/register/confirm routes in config/nexus-users.php.
You must already have a SAML server set up - e.g. SimpleSAMLphp.
Installation
Give the application access to the package in the PHP Packages application, then install it with Composer:
scripts/composer.sh require alberon/laravel-sso-saml
And publish the config file:
scripts/artisan.sh vendor:publish --tag=sso-saml-config
Then configure it.