Download the PHP package miniorange/saml-laravel-free without Composer
On this page you can find all versions of the php package miniorange/saml-laravel-free. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download miniorange/saml-laravel-free
More information about miniorange/saml-laravel-free
Files in miniorange/saml-laravel-free
Package saml-laravel-free
Short Description miniOrange SAML Single Sign on (SSO) plugin acts as a SAML Service Provider which can be configured to establish the trust between the plugin and a SAML capable Identity Providers to securely authenticate the user to the Laravel site. We support all known IdPs – ADFS, Azure AD, Google Apps, Okta, Salesforce, Shibboleth, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ etc.
License BSD-3-Clause
Informations about the package saml-laravel-free
What is Single Sign-On (SSO)?
Single Sign-On is an authorization and authentication process that enables an user to connect to multiple enterprise applications using a single set of credentials. Simply put, SSO combines multiple application login pages into just one, allowing you to submit credentials just once and gain access to all the applications without having to log in to each one individually. End users save time and effort by not having to sign into and out of a variety of on-premises, web and cloud applications on a regular basis.
SSO or single sign-on is a critical component of the Identity and Access Management or access privileges services. SSO solution perfectly implemented within an enterprise simplifies overall password management, improving productivity and security, lowering the likelihood of weak, lost, or forgotten passwords
Laravel SAML SSO
Laravel package for SAML Single Sign On (SSO). The package acts as a SAML Service Provider (SP). SAML Single Sign On (SSO) for Laravel allows users sign in to Laravel webapp with your SAML 2.0 compatible Identity Provider. We support all known IdPs - Google Apps, ADFS, Okta, miniOrange, OneLogin, Azure AD, Salesforce, Shibboleth, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, Bitium, WSO2, NetIQ etc. SAML Laravel application acts as a SAML 2.0 Service Provider (SP) and securely authenticate users with your SAML 2.0 Identity Provider.
Requirements
- Laravel - 5.0+
- PHP - ^5.1 || ^7.1 || ^8.0
Installation - Composer
- Install the package via composer in your Laravel app's main directory. `
Note: If you are using Laravel 5.4 or below, you will need to add the following value to the 'providers' array in your app.php file which can be found in the project\config folder.
composer require laravel/ui
php artisan ui vue --authnpm install && npm run dev
php artisan migrateThe Laravel application login page should look something like this then.
Features
The features provided in the free and premium are listed here.
Free Plan | Premium Plan |
---|---|
Simple and easy-to-use admin UI | Simple and easy-to-use admin UI |
SSO upto 10 users | SSO for unlimited users |
Unlimited Authentications | Unlimited Authentications |
Auto-create users in Laravel | Auto-create users in Laravel |
SSO button on Login page | SSO button on Login page |
Relay State URL | Relay state URL |
Configurable SP Base URL | Configurable SP Base URL |
Custom Attribute mapping | |
Signed and Encrypted Request Support | |
Signed and Encrypted Assertion and Response Support | |
Configurable SAML request binding type | |
Protect Complete Site and Auto-Redirect |
Feature Description
-
Custom Attribute Mapping
It allows you to map the received custom attributes sent by your Identity Provider (IdP) to the Service Provider (Laravel Application).
-
Auto-create users in Laravel
Creates the users from the IdP to SP (Laravel Application) when SSO is done.
-
Signed and Encrypted Assertion and Response Support
To verify the authenticity of the source of SAML Assertion and Response thereby improving the security.
-
Protect Complete Site and Auto-Redirect
Asking user to login via SSO if the user session does not exist everytime the site is accessed.
Single Sign On (SSO)
The Single Sign On can be initiated using {laravel-application-domain}/sso.php or the Single Sign On button (if added using the commands above) on the login page of the Laravel application.