Download the PHP package kurollo/saml-bundle without Composer
On this page you can find all versions of the php package kurollo/saml-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kurollo/saml-bundle
More information about kurollo/saml-bundle
Files in kurollo/saml-bundle
Download kurollo/saml-bundle
More information about kurollo/saml-bundle
Files in kurollo/saml-bundle
Vendor kurollo
Package saml-bundle
Short Description The SamlBundle adds support for SAML 2.0 Service Provider in Symfony >= 5.4
License MIT
Homepage https://github.com/kurollo/SamlBundle
Package saml-bundle
Short Description The SamlBundle adds support for SAML 2.0 Service Provider in Symfony >= 5.4
License MIT
Homepage https://github.com/kurollo/SamlBundle
Please rate this library. Is it a good library?
Informations about the package saml-bundle
Kurollo-SamlBundle for Symfony >= 5.4
The SamlBundle adds support for SAML 2.0 Service Provider in Symfony >= 5.4. It provides security listener that can be configured to authenticate users against one or more SAML Identity Providers.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Install
composer require kurollo/Saml-Bundle
Configuration
add in services.yml
....
PDias\SamlBundle\Controller\SecurityController:
tags: [ 'controller.service_arguments' ]
calls:
- ['setContainer', ['@service_container', ContainerInterface]]
...
add in packages security.yml
secuirty:
...
providres:
....
samlservice:
id: saml.service.user.provider
...
firewall:
saml_secured:
pattern: ^/
saml:
provider: samlservice
login_path: /login-saml
check_path: /login-check-saml
default_target_path: /
always_use_default_target_path: true
logout:
path: /logout-saml
target: /
....
Documentation
Getting Started With SimpleSamlPhp
Credits
Thanks to Esmeralda Câmara from FCCN.
All versions of saml-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
The package kurollo/saml-bundle contains the following files
Loading the files please wait ....