- πΊπΈUnited States fathershawn New York
I'll look into this - first we need to check the Oaut2 standard
- Status changed to Closed: works as designed
almost 2 years ago 2:05pm 3 February 2023 - πΊπΈUnited States fathershawn New York
Although the
redirect_uri
is not required, it is typical.From a code perspective, you can override
\Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginBase::getRedirectUri
and if necessary\Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginBase::getProvider
in your implementing plugin. You will have to consider how you are handling storing the initial returned token if you are using the authorization code grant.