You are here

service simple_oauth.authentication.simple_oauth in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 simple_oauth.services.yml \simple_oauth.authentication.simple_oauth
  2. 8 simple_oauth.services.yml \simple_oauth.authentication.simple_oauth
  3. 8.2 simple_oauth.services.yml \simple_oauth.authentication.simple_oauth
  4. 8.3 simple_oauth.services.yml \simple_oauth.authentication.simple_oauth

Class

Drupal\simple_oauth\Authentication\Provider\SimpleOauthAuthenticationProvider

Tags

  • authentication_provider

File

./simple_oauth.services.yml
simple_oauth.services.yml

View source
  1. class: Drupal\simple_oauth\Authentication\Provider\SimpleOauthAuthenticationProvider
  2. arguments:
  3. - '@simple_oauth.server.resource_server'
  4. - '@entity_type.manager'
  5. - '@simple_oauth.page_cache_request_policy.disallow_oauth2_token_requests'
  6. tags:
  7. - { name: authentication_provider, provider_id: oauth2, global: true, priority: 35 }