frengky/saml2-sp

Laravel package for a SAML2 SSO service provider (SP)

v1.0.0 2020-04-25 12:27 UTC

This package is auto-updated.

Last update: 2024-04-25 22:08:21 UTC


README

Laravel package for a SAML2 SSO service provider (SP) using OneLogin's SAML PHP Toolkit

Installation

Install the package via Composer

composer require frengky/saml2-sp

Then publish the configuration files to your app/config

php artisan vendor:publish --tag=config

Getting Started

Please checkout the 'examples' folder for your quick start guide.