Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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]]. ... ... @@ -251,7 +251,7 @@ 251 251 xwiki.authentication.authclass = com.acme.MyCustomAuthenticationService 252 252 {{/code}} 253 253 254 -You can find various [[authenticators examples>>https://github.com/xwiki-contrib/sandbox/tree/master/authenticators]].260 +You can find various authenticators examples in [[sandbox>>https://github.com/xwiki-contrib/sandbox/tree/master/authenticators]] or [[extensions>>http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome#|t=extensions&p=1&l=30&s=doc.creationDate&d=desc&name=authenticator]]. 255 255 256 256 Here's a [[tutorial on implementing a custom authentication class for authenticating against Oracle's SSO>>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/]]. 257 257