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
9 stars 30 forks source link

Make TSFE optional #138

Closed georgringer closed 4 months ago

georgringer commented 6 months ago

Don't know if you want to support this but to be able to use the OAuthService for BE usage I needed to modify one method.

getAuthorizationUrl calls $this->getTSFE() which is null in backend.

I suggest:

liayn commented 5 months ago

Related to https://github.com/xperseguers/t3ext-oidc/issues/141