Wiki source code of Authentication

Version 7.2 by Vincent Massol on 2017/09/06

Hide last authors
Vincent Massol 3.1 1 XWiki supports several authentication mechanisms by default:
slauriere 1.1 2
Vincent Massol 3.1 3 * Form authentication
4 * Basic authentication
5 * LDAP authentication
slauriere 1.1 6
Vincent Massol 3.1 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).
slauriere 1.1 8
Vincent Massol 6.1 9 Note that several additional authenticators are being developed and are currently available as extensions on [[extensions.xwiki.org>>extensions:Main.WebHome]] or in source format in our {{scm user="xwiki-contrib" project="sandbox" path="authenticators"}}Contribution repository{{/scm}}:
Vincent Massol 7.1 10
Vincent Massol 4.1 11 * Headers authentication
gchang 6.2 12 * NTLM authentication
Vincent Massol 4.1 13 * PUMA authentication
14 * SAML authentication
15 * Trusted LDAP authentication
16 * Sun SSO authentication
17
Vincent Massol 3.1 18 For more details on how to configure authentication check the [[Authentication page of the Administration Guide>>platform:AdminGuide.Authentication]].

Get Connected