[Show/Hide Right Column]

noteNote
This page is to document what Tiki does. For feature requests and bug reports, please see corresponding page on dev site

Print

Login & External Authentication

Overview of Login Methods

Tiki allows you to use several different login Authentication? methods. For standalaone sites (not connected to a central authentication server), you can use "Just Tiki" or "Web Server". For sites that are part of a larger environment Tiki offers Apache (basic HTTP auth), LDAP based Pear::Auth, CAS, and Shibboleth authentication.

The installation environment plays a role in determining the authentication method to be used. On a fully accessible server, an administrator has a choice of any/all of the authentication methods listed on this page.

Authentication With Shared Hosting

In a shared hosting environment (FTP access only) the authentication options become severely limited. While it is possible to setup an OpenID server with FTP access (Community-ID is one such project) it is not well documented. As of 4/09, setting up OpenLDAP, Shibboleth, or CAS are effectively impossible with FTP access only and may be impossible (depending on access rights) with a shell access account.

Just Tiki

The Just Tiki authentication method uses the usernames and passwords stored in the tiki database for authentication. This is best used for sites that are not part of a larger intranet.

OpenId and Tiki

OpenID authentication has been introduced in Tikiwiki 2.0. OpenID is an open and decentralized identity system, designed "not to crumble if one company turns evil or goes out of business". Selecting OpenID in Tiki 3.0 will ad an OpenID login module below the regular login module. More information on OpenID

Web Server (HTTP)

A common way of protecting webpages is through Basic HTTP authentication. The web server sends a "401 Authentication Required" header when a protected page is requested. The browser would then prompt the user for a username and password. Access is allowed if the username password pair are valid; else, the web server sends a HTTP 401 error, meaning "access denied." HTTP authentication is usually used by creating a .htaccess file. (Only in Apache?)

Tikiwiki is able to detect when a visitor to the site is currently logged in using Basic HTTP Authentication. If the username of the user matches a username within Tikiwiki's database, Tikiwiki will automatically log the user in and, of course, grant all the assigned permissions.

Using Web Server authentication can be convenient for a shared hosting installation of TikiWiki. User management becomes more of a challenge if multiple Tiki's are to be installed. One option for centralized user control of Web Server authentication is Locked Area Lite. However, in Tiki 3.0 group information and users will still need to be added to each and every sub-Tiki inside the authorized domain.

Tiki and Pear

TikiWiki uses the Pear:Auth library which permits many types of external authentication.

In Tiki 3.0, Pear:Auth is primarily set up to work with LDAP. Previous versions of Tiki permitted IMAP/POP authentication. http://pear.php.net/package/Auth

LDAP via Pear

LDAP authentication

IMAP via Pear

IMAP Authentication

POP3 via Pear

POP3 Authentication

Vpopmail via Pear

Vpopmail Authentication

Tiki and Pam

PAM authentication

CAS

CAS Authentication

Shibboleth

Shibboleth Authentication

phpBB

phpBB Authentication

From here
alias

Contributors to this page: jacmoe595 points  , xavi36278 points  , mizraith820 points  , Marc Laporte5511 points  , lindon2331 points  and dthacker1330 points  .
Page last modified on Monday 17 May, 2010 15:47:49 UTC by jacmoe595 points .

Find by Page Name

Exact match

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki documentation and should correspond to development keywords (bug reports and feature requests):