shib_auth.services.yml in Shibboleth Authentication 8.4
Same filename and directory in other branches
File
shib_auth.services.ymlView source
- services:
- authentication.shib_auth:
- class: Drupal\shib_auth\Authentication\Provider\ShibbolethAuthenticationProvider
- arguments: ["@config.factory", "@entity.manager"]
- tags:
- - { name: authentication_provider, priority: 100 }
-