Problem/Motivation
#3030651: Support URL-initiated Log-in through Provider removed the usage of ::getRedirectUrl() and ::getUrlOptions() methods and instead just duplicates the same logic inside ::authorize().
This also removed the possibility to alter redirect_uri without overriding the whole ::authorize() function.
See https://git.drupalcode.org/project/openid_connect/-/commit/546d5ec377701...
Issue fork openid_connect-3317308
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tuutti commentedComment #4
jcnventuraIndeed, seems like the code wasn't really well adapted to the changes in the module between when the patch was first created and when it got committed.
Comment #5
jcnventuraComment #8
jcnventura