File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SimplesamlphpBundle
33
44This is a SimpleSAMLphp Bundle for Symfony2.
55
6- ** Note:** For Symfony lower to 2.8 , you need to use the 1.0.0 release of this bundle.
6+ ** Note:** For Symfony 2.7 or lower , you need to use the 1.0.0 release of this bundle.
77
88## Installation
99
Original file line number Diff line number Diff line change 11services :
22 simplesamlphp.auth :
33 class : SimpleSAML_Auth_Simple
4- arguments : [ %simplesamlphp.sp% ]
4+ arguments : [ ' %simplesamlphp.sp%' ]
55
66 simplesamlphp.authenticator :
77 class : Hslavich\SimplesamlphpBundle\Security\SamlAuthenticator
8- arguments : [ '@simplesamlphp.auth', '@session', %simplesamlphp.auth_attribute% ]
8+ arguments : [ '@simplesamlphp.auth', '@session', ' %simplesamlphp.auth_attribute%' ]
99
1010 simplesamlphp.logout_handler :
1111 class : Hslavich\SimplesamlphpBundle\Security\Http\Logout\LogoutSuccessHandler
You can’t perform that action at this time.
0 commit comments