Changes for page User Authentication

Last modified by Simon Urli on 2023/12/11

<
From version < 78.1 >
edited by Thomas Mortagne
on 2015/08/24
To version < 79.1 >
edited by Thomas Mortagne
on 2015/08/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -30,10 +30,16 @@
30 30  
31 31  To configure XWiki to use it, specify:
32 32  
33 -{{code}}
33 +{{code language="properties"}}
34 34  xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
35 35  {{/code}}
36 36  
37 +For users to be actually created and not just set as context user you must set in ##xwiki.cfg## configuration file (if the property does not already exist, create it):
38 +
39 +{{code language="properties"}}
40 +xwiki.authentication.createuser=empty
41 +{{/code}}
42 +
37 37  = Social Login =
38 38  
39 39  See the [[Social Login Application>>extensions:Extension.Social Login Application]].

Get Connected