Skip to content

Commit

Permalink
Makes services public (closes lightSAML#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostieDE committed May 10, 2018
1 parent b3cf8d9 commit 584ca40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/LightSaml/SpBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ services:
class: LightSaml\SpBundle\Security\User\SimpleUsernameMapper
arguments:
- []
public: true

lightsaml_sp.attribute_mapper.simple:
class: LightSaml\SpBundle\Security\User\SimpleAttributeMapper
class: LightSaml\SpBundle\Security\User\SimpleAttributeMapper
public: true

lightsaml_sp.token_factory:
class: LightSaml\SpBundle\Security\Authentication\Token\SamlSpTokenFactory
public: true

0 comments on commit 584ca40

Please sign in to comment.