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 62 forks source link

Can't make automatic login SSO works. #125

Closed Treedent closed 1 year ago

Treedent commented 3 years ago

Using TYPO3 V10.4.14 and ig_ldap_sso_auth V3.6.0 on MS Active Directory.

When going to the login page, the autologin does not work. The ldap log tells:

[DEBUG] request="4aaa9cb9a4218" component="Causal.IgLdapSsoAuth.Service.AuthenticationService": No usergroups found.

Is someone has encountered this issue or where can I find more information about SSO configuration?

xperseguers commented 2 years ago

Hard to help without actual details, you should try to debug, I suspect that somehow the format of the username you get while using SSO is not compatible with what is expected by the ig_ldap_sso_auth extension.

Furthermore, the debug message you get with "No usergroups found" is a message coming from \TYPO3\CMS\Frontend\Authentication\FrontendUserAuthentication::fetchGroupData, not straight from the LDAP ext...