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
8 stars 28 forks source link

[TASK] Migrate callback.php to Middleware #116

Closed liayn closed 1 year ago

liayn commented 1 year ago

The callback is handled as a generic middleware. The URL magic is gone and the current request is simply enriched with the specific page-type for further handling in the controller.

The default redirectUri now is the startpage of the site.

Resolves: #104