<
From version < 87.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
... ... @@ -46,7 +46,7 @@
46 46  
47 47  = LDAP Authentication =
48 48  
49 -Since 7.4 it's recommended to use the new [[LDAP Authenticator extension>>extension:Extension.LDAP.Authenticator]] instead of the core one.
49 +Since 7.4 it's recommended to use the new [[LDAP Authenticator extension>>extensions:Extension.LDAP.Authenticator]] instead of the core one.
50 50  
51 51  The following documentation is for the core LDAP authenticator which has been removed in 8.3.
52 52  
... ... @@ -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