Changes for page User Authentication

Last modified by Thomas Mortagne on 2024/12/10

From version 69.1
edited by Thomas Mortagne
on 2013/09/20
Change comment: Updated annotations
To version 70.1
edited by Vincent Massol
on 2013/09/20
Change comment: There is no comment for this version

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]].

Get Connected