library php-saml
OneLogin PHP SAML IDP list extension
ultraware/php-saml
OneLogin PHP SAML IDP list extension
- Monday, May 28, 2018
- by Ricky-rick
- Repository
- 3 Watchers
- 0 Stars
- 353 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 3 % Grown
PHP-saml with idp list
Partial copy of onelogin/php-saml with scoping (idp-list), (*1)
usage
create a new Saml2 auth class with
$auth = new \Ultraware\phpSaml\lib\Auth();
Add the following to the settings.php to use scoping
// Identity Provider Data that we want connected with our SP.
'idp' => array [
....
/*
* You can optional set a scoping. Scoping allows a service provider to specify a list of identity
* providers in an authnRequest to a proxying identity provider. This is an indication to the
* proxying identity provider, that the service will only deal with the identity providers specified.
*/
'scoping' => [
// Specifies the number of proxying indirections permissible.
'proxyCount' => 2,
// The list of entityIDs for identity providers that are relevant for a service provider in an authnRequest.
'idpList' => ['entityId'],
// To allow an identity provider to identify the original requester
'requesterId' => 'requesterId.nl',
],
...
]
Laravel
composer require aacotroneo/laravel-saml2
register the Ultraware\phpSaml\laravel\Saml2ServiceProvide::class
in your'e config/app.php instead of the Aacotroneo\Saml2\Saml2ServiceProvider::class
Add the config to the sam2_settings.php, (*2)
dev-master
9999999-dev
OneLogin PHP SAML IDP list extension
Sources
Download
MIT
The Requires
1.1.0
1.1.0.0
OneLogin PHP SAML IDP list extension
Sources
Download
MIT
The Requires
1.0.0
1.0.0.0
OneLogin PHP SAML IDP list extension
Sources
Download
MIT
The Requires