Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/04/28

<
From version < 88.1 >
edited by Thomas Mortagne
on 2016/08/03
To version < 89.3 >
edited by Christoph Haas
on 2016/10/26
>
Change comment: Added comment

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.ChristophHaas
Content
... ... @@ -294,18 +294,8 @@
294 294  
295 295  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/]].
296 296  
297 -Note, that you can also implement own right management service by implementing the {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiRightService.java"}}XWikiRightService{{/scm}} interface:
297 +Note that it's also possible to customize the right management system, see [[extensions:Extension.Security Module]] for more details.
298 298  
299 -{{code language="properties"}}
300 -xwiki.authentication.rightsclass = com.acme.MyCustomRightsService
301 -{{/code}}
302 -
303 -and Group Service by implementing {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiGroupService.java"}}XWikiGroupService{{/scm}}:
304 -
305 -{{code language="properties"}}
306 -xwiki.authentication.groupclass = com.acme.MyCustomGroupService
307 -{{/code}}
308 -
309 309  == Custom Authentication using a Groovy script in a wiki page ==
310 310  
311 311  Start by specifying you want to use the Groovy Authenticator:
... ... @@ -327,7 +327,7 @@
327 327  You can set each of these parameters by setting:
328 328  
329 329  {{code}}
330 -xwiki.authentication.~~param_name~~=~~param_value~~
320 +xwiki.authentication.<param_name>=<param_value>
331 331  {{/code}}
332 332  
333 333  |=Name|=Optional|=Allowed values|=Default value|=Description
XWiki.XWikiComments[13]
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.ChristophHaas
Comment
... ... @@ -1,0 +1,4 @@
1 +It's worth mentioning that the xwiki.cfg needs to be altered like:
2 +
3 + xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
4 +
Date
... ... @@ -1,0 +1,1 @@
1 +2016-10-26 16:10:10.754

Get Connected