Skip to content

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (lda…

Notifications You must be signed in to change notification settings

fkAceart/t3ext-ig_ldap_sso_auth

 
 

Repository files navigation

Extended version of ig_ldap_sso_aut.

What is different?

The extension uses the objectGUID attribute of an ldap user to sync and fetch the users from ldap. The objectGUID is set at the users typo3 database record and will be used with the highest priotity for matching users. If the objectGUID can not be find at the users attributes it uses the dn and after that the username as a fallback mechanism.

Why we need to use this?

The objectGUID attribute is unique and cannot be changed. The extension uses the dn attribute as default validation value. This value can be changed due the fact that it contains the users name. As we want to update the user's attributes every night and synchronize the database values with the values from ldap, we need to use this value to avoid synchronizing malfunctions for users that change their names.

About

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (lda…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.7%
  • HTML 6.5%
  • JavaScript 1.4%
  • CSS 0.4%