- Issue created by @super_romeo
- Open on Drupal.org βCore: 10.0.7 + Environment: PHP 8.2 & MySQL 8last update
about 1 year ago Not currently mergeable. - @super_romeo opened merge request.
- last update
about 1 year ago 12 pass - last update
about 1 year ago 12 pass - Status changed to Postponed: needs info
about 1 year ago 10:19pm 3 September 2023 - πΊπΈUnited States fathershawn New York
I don't think this proposal matches with the protocol:
After the user returns to the client via the redirect URL, the application will get the authorization code from the URL and use it to request an access token.
Can you provide more background information?
- πΊπΈUnited States fathershawn New York
Moving this to a support request and closing:
This can be implemented with minimal effort in your own code:
- Extend
\Drupal\oauth2_client\Controller\OauthResponse
and override ::RedirectResponse() with your change. - Define a route for your controller
- Override
\Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginBase::getRedirectUri
in your client plugin to use your route instead of the module's controller route.
- Extend
- Status changed to Closed: works as designed
about 1 year ago 12:53pm 9 September 2023