simple_oauth_extras.routing.yml in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same filename and directory in other branches
simple_oauth_extras/simple_oauth_extras.routing.yml
4 string references to YAML keys in simple_oauth_extras.routing.yml
- AuthCodeFunctionalTest::setUp in simple_oauth_extras/
tests/ src/ Functional/ AuthCodeFunctionalTest.php - ImplicitFunctionalTest::setUp in simple_oauth_extras/
tests/ src/ Functional/ ImplicitFunctionalTest.php - Oauth2AuthorizeForm::submitForm in simple_oauth_extras/
src/ Controller/ Oauth2AuthorizeForm.php - Form submission handler.
- RolesNegotiationFunctionalTest::setUp in simple_oauth_extras/
tests/ src/ Functional/ RolesNegotiationFunctionalTest.php
File
simple_oauth_extras/simple_oauth_extras.routing.ymlView source
- oauth2_token_extras.authorize:
- path: '/oauth/authorize'
- defaults:
- _form: '\Drupal\simple_oauth_extras\Controller\Oauth2AuthorizeForm'
- _title: 'Grant Access to Client'
- methods: [GET, POST]
- requirements:
- _access: 'TRUE'
- options:
- _auth: ['cookie']
-
- oauth2_token.user_debug:
- path: '/oauth/debug'
- defaults:
- _controller: 'Drupal\simple_oauth_extras\Controller\DebugController::debug'
- methods: [GET]
- requirements:
- _access: 'TRUE'
- _format: 'json'
- options:
- _auth: ['oauth2']
- no_cache: TRUE