Skip to content

Commit

Permalink
Remove Extension and use config files only.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2019
1 parent 7499543 commit 0e58fa0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
12 changes: 12 additions & 0 deletions Resources/config/packages/eulogin_cas_services.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
services:
eulogin.userprovider:
class: drupol\EuloginBundle\Security\Core\User\EuloginUserProvider
cas:
class: drupol\ecas\Ecas
arguments:
$serverRequest: '@cas.psrrequest'
$properties: '@cas.configuration'
$client: '@psr18.http_client'
$uriFactory: '@nyholm.psr7.psr17_factory'
$responseFactory: '@nyholm.psr7.psr17_factory'
$requestFactory: '@nyholm.psr7.psr17_factory'
$streamFactory: '@nyholm.psr7.psr17_factory'
$cache: '@cache.app'
$logger: '@logger'
25 changes: 0 additions & 25 deletions src/DependencyInjection/EuloginExtension.php

This file was deleted.

0 comments on commit 0e58fa0

Please sign in to comment.