You are here

service authentication.shib_auth in Shibboleth Authentication 8.4

Class

Drupal\shib_auth\Authentication\Provider\ShibbolethAuthenticationProvider

Tags

  • authentication_provider

File

./shib_auth.services.yml
shib_auth.services.yml

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