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

Make TSFE optional #138

Closed georgringer closed 5 months ago

georgringer commented 8 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 6 months ago

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