xperseguers / t3ext-oidc

TYPO3 Extension oidc. This extension uses OpenID Connect to authenticate users.
https://extensions.typo3.org/extension/oidc
GNU General Public License v2.0
10 stars 33 forks source link

LoginController discards authorization URL options #146

Closed SomeBdyElse closed 7 months ago

SomeBdyElse commented 7 months ago

https://github.com/xperseguers/t3ext-oidc/blob/a6883b5b0aa0b93924f1218a2cdbd9e90643c045/Classes/Controller/LoginController.php#L85

\Causal\Oidc\Controller\LoginController::performRedirectToLogin discards its parameter $authorizationUrlOptions if PKCE is not activated.