Skip to content

Commit

Permalink
Merge pull request #14 from hslavich/master
Browse files Browse the repository at this point in the history
Merge master into stable
  • Loading branch information
hslavich authored Jan 30, 2017
2 parents 60a1e5c + 842d4da commit da476be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SimplesamlphpBundle

This is a SimpleSAMLphp Bundle for Symfony2.

**Note:** For Symfony lower to 2.8, you need to use the 1.0.0 release of this bundle.
**Note:** For Symfony 2.7 or lower, you need to use the 1.0.0 release of this bundle.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
simplesamlphp.auth:
class: SimpleSAML_Auth_Simple
arguments: [ %simplesamlphp.sp% ]
arguments: [ '%simplesamlphp.sp%' ]

simplesamlphp.authenticator:
class: Hslavich\SimplesamlphpBundle\Security\SamlAuthenticator
arguments: [ '@simplesamlphp.auth', '@session', %simplesamlphp.auth_attribute% ]
arguments: [ '@simplesamlphp.auth', '@session', '%simplesamlphp.auth_attribute%' ]

simplesamlphp.logout_handler:
class: Hslavich\SimplesamlphpBundle\Security\Http\Logout\LogoutSuccessHandler
Expand Down

0 comments on commit da476be

Please sign in to comment.