We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03cc7b commit d769cb3Copy full SHA for d769cb3
src/LightSaml/SymfonyBridgeBundle/Resources/config/profile.yml
@@ -1,15 +1,15 @@
1
services:
2
- ligth_saml_sp.profile.metadata:
+ ligthsaml.profile.metadata:
3
class: LightSaml\Builder\Profile\Metadata\MetadataProfileBuilder
4
arguments:
5
- @lightsaml.container.build
6
7
- ligth_saml_sp.profile.login_factory:
+ ligthsaml.profile.login_factory:
8
class: LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpSendAuthnRequestProfileBuilderFactory
9
10
11
12
- ligth_saml_sp.profile.acs:
+ ligthsaml.profile.acs:
13
class: LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpReceiveResponseProfileBuilder
14
15
0 commit comments