Wiki source code of Authentication
Version 9.1 by Thomas Mortagne on 2019/01/15
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | XWiki Standard embbeds several authentication mechanisms by default: | ||
2 | |||
3 | * Form authentication | ||
4 | * Basic authentication | ||
5 | |||
6 | 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). | ||
7 | |||
8 | 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}}: | ||
9 | |||
10 | * LDAP authentication | ||
11 | * Headers authentication | ||
12 | * NTLM authentication | ||
13 | * PUMA authentication | ||
14 | * SAML authentication | ||
15 | * Sun SSO authentication | ||
16 | |||
17 | For more details on how to configure authentication check the [[Authentication page of the Administration Guide>>platform:AdminGuide.Authentication]]. |