xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.

Home Page:https://extensions.typo3.org/extension/ig_ldap_sso_auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.2: Function utf8_encode() is deprecated in AuthenticationService

mfvetter opened this issue · comments

Hello, thanks for this amazing extension!

I'm testing TYPO3 11 in PHP 8.2 and when I try to login on the Frontend via SSO + this extension I'm getting this error:

#1476107295 TYPO3\CMS\Core\Error\Exception

PHP Runtime Deprecation Notice: Function utf8_encode() is deprecated in /public/typo3conf/ext/ig_ldap_sso_auth/Classes/Service/AuthenticationService.php line 278

PHP 8.1 works well.

Thanks!