DokuWiki Authentication Backends

DokuWiki can use anything to authenticate users by choosing one of the existing authentication backends or writing your own. The backends simply extend a given PHP class implementing the functions needed to access the user database. Even Single-Sign-On (SSO) can be implemented through this mechanism.