Closed georgringer closed 5 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.
OAuthService
getAuthorizationUrl calls $this->getTSFE() which is null in backend.
getAuthorizationUrl
$this->getTSFE()
I suggest:
getTSFE
Related to https://github.com/xperseguers/t3ext-oidc/issues/141
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:
getTSFE
to allow nullgetAuthorizationUrl
and only it if not null