Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/10/27

<
From version < 69.1 >
edited by Thomas Mortagne
on 2013/09/20
To version < 71.1 >
edited by Vincent Massol
on 2013/09/20
>
Change comment: Updated annotations

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -22,6 +22,16 @@
22 22  Be careful that if you use the ##HTTP## protocol your password will be sent in clear over the network and is thus very unsafe. When using basic authentication you should make sure your wiki is configured to use ##HTTPS##.
23 23  {{/warning}}
24 24  
25 += Container Authentication =
26 +
27 +Delegates authentication to the Servlet Container. If it fails it falls back to the standard XWiki authentication.
28 +
29 +To configure XWiki to use it, specify:
30 +
31 +{{code}}
32 +xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
33 +{{/code}}
34 +
25 25  = Social Login =
26 26  
27 27  See the [[Social Login Application>>extensions:Extension.Social Login Application]].
XWiki.XWikiComments[10]
Selection
... ... @@ -1,1 +1,1 @@
1 -Form Authentication Basic Authentication Social Login LDAP Authentication Generic LDAP configuration Detailed use cases Enable LDAP debug log Custom Authentication Custom Authentication using a Groovy script in a wiki page Authentication parameters Kerberos SSO Authentication
1 +Form Authentication Basic Authentication Container Authentication Social Login LDAP Authentication Generic LDAP configuration Detailed use cases Enable LDAP debug log Custom Authentication Custom Authentication using a Groovy script in a wiki page Authentication parameters Kerberos SSO Authentication

Get Connected