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 d769cb3 commit 48a01e5Copy full SHA for 48a01e5
src/LightSaml/SymfonyBridgeBundle/Resources/config/own.yml
@@ -1,5 +1,6 @@
1
parameters:
2
lightsaml.own.entity_id: ~
3
+ lightsaml.route.login_check: lightsaml.login_check
4
5
services:
6
lightsaml.own.credential_store:
@@ -9,6 +10,6 @@ services:
9
10
class: LightSaml\Builder\EntityDescriptor\SimpleEntityDescriptorBuilder
11
arguments:
12
- %lightsaml.own.entity_id%
- - "@=service('router').generate('lightsaml.login_check', [], true)"
13
+ - "@=service('router').generate(parameter('lightsaml.route.login_check'), [], true)"
14
- ~
15
- "@=service('lightsaml.own.credential_store').getByEntityId(parameter('lightsaml.own.entity_id'))[0].getCertificate()"
0 commit comments