0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-05 09:40:08 +00:00
kevinpapst_kimai2/config/services-saml.yaml

19 lines
730 B
YAML
Raw Permalink Normal View History

# ================================================================================
# SAML Services
# ================================================================================
2020-01-31 19:47:34 +01:00
services:
kimai.saml_listener:
class: App\Saml\Firewall\SamlListener
2020-01-31 19:47:34 +01:00
parent: security.authentication.listener.abstract
abstract: true
calls:
- [setAuth, ['@App\Saml\SamlAuthFactory']]
2020-01-31 19:47:34 +01:00
App\Saml\Provider\SamlProvider:
arguments: ['@App\Repository\UserRepository', '', '@App\Saml\SamlTokenFactory', '@App\Saml\User\SamlUserFactory', '@App\Configuration\SystemConfiguration']
2020-01-31 19:47:34 +01:00
App\Saml\Security\SamlAuthenticationSuccessHandler:
parent: security.authentication.success_handler