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

[BUGFIX] Add fallback for setting authenticationUrlRoute #168

Closed liayn closed 1 month ago

liayn commented 3 months ago

The newly introduced authenticationUrlRoute setting may not be set in existing installations. Avoid PHP warnings by adding a fallback.

Related #158