Wiki source code of Authentication
Version 3.1 by Vincent Massol on 2011/10/28
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | XWiki supports several authentication mechanisms by default: | ||
2 | |||
3 | * Form authentication | ||
4 | * Basic authentication | ||
5 | * LDAP authentication | ||
6 | |||
7 | In addition XWiki allows you to create your own authentication extension in order to integrate with any custom mechanism you might be using already (SSO, etc). | ||
8 | |||
9 | For more details on how to configure authentication check the [[Authentication page of the Administration Guide>>platform:AdminGuide.Authentication]]. |