Changes for page User Authentication

Last modified by Simon Urli on 2023/12/11

<
From version < 88.1 >
edited by Thomas Mortagne
on 2016/08/03
To version < 89.1 >
edited by Thomas Mortagne
on 2016/08/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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:

Get Connected