xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 70 forks source link

E-Mail as Username #81

Closed FlorianX closed 4 years ago

FlorianX commented 4 years ago

In our scenario the username is the mail of a user. We only have one LDAP configuration. If we want to use SSO for the users this does not work, while the username is always exploded on the \@

https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/blob/135f1a3f4dbf259c95eae3db5ae182d99c7a5b26/Classes/Service/AuthenticationService.php#L129-L138

Could it be a feature to toggle this behaviour on/off?

FlorianX commented 4 years ago

May be related to #66?

xperseguers commented 4 years ago

indeed!

xperseguers commented 4 years ago

@FlorianX if you're still willing to have that, please check and comment on the PR #87

FlorianX commented 4 years ago

PR #87 looks good