You are here

shib_auth.services.yml in Shibboleth Authentication 8.4

Same filename and directory in other branches
  1. 8 shib_auth.services.yml

File

shib_auth.services.yml
View source
  1. services:
  2. authentication.shib_auth:
  3. class: Drupal\shib_auth\Authentication\Provider\ShibbolethAuthenticationProvider
  4. arguments: ["@config.factory", "@entity.manager"]
  5. tags:
  6. - { name: authentication_provider, priority: 100 }