You are here

simple_oauth.services.yml in Simple OAuth (OAuth2) & OpenID Connect 8

File

simple_oauth.services.yml
View source
  1. services:
  2. simple_oauth.authentication.simple_oauth:
  3. class: Drupal\simple_oauth\Authentication\Provider\SimpleOauthAuthenticationProvider
  4. arguments: ["@config.factory", "@entity.manager"]
  5. tags:
  6. - { name: authentication_provider, provider_id: token_bearer, global: TRUE, priority: 35 }
  7. simple_oauth.page_cache_request_policy.disallow_access_token_requests:
  8. class: Drupal\simple_oauth\PageCache\DisallowSimpleOauthRequests
  9. public: false
  10. tags:
  11. - { name: page_cache_request_policy }