-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fdad0b
commit 1a6c5e4
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Laravel SAML SSO | ||
Laravel package for SAML Single Sign On (SSO). | ||
The package act as SAML Service Provider (SP). | ||
SAML Single Sign On (SSO) for Laravel allows users sign in to Laravel webapp with your SAML 2.0 capable Identity Provider. | ||
We support all known IdPs - miniOrange, Google Apps, ADFS, Okta, OneLogin, Azure AD, Salesforce, Shibboleth, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, Bitium, WSO2, NetIQ etc.SAML Single Sign on (SSO) acts as a SAML 2.0 Service Provider (SP) and securely authenticate users with your SAML 2.0 Identity Provider. | ||
|
||
## Installation - Composer | ||
You can install the package via composer: | ||
``` | ||
composer require miniorange/saml-laravel-free | ||
``` | ||
|
||
## Setup Guide | ||
https://plugins.miniorange.com/laravel-single-sign-on-sso#step |