Change comment:
Added link to tutorial on http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -61,7 +61,7 @@ 61 61 xwiki.authentication.ldap.UID_attr=cn 62 62 63 63 ## retrieve the following fields from LDAP and store them in the XWiki user object (xwiki-attribute=ldap-attribute) 64 -xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=fullName,email=mail ,ldap_dn=dn64 +xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=fullName,email=mail 65 65 66 66 # on every login update the mapped attributes from LDAP to XWiki otherwise this happens only once when the XWiki account is created. 67 67 xwiki.authentication.ldap.update_user=1 ... ... @@ -135,6 +135,7 @@ 135 135 log4j.logger.com.xpn.xwiki.plugin.ldap=debug 136 136 log4j.logger.com.xpn.xwiki.user.impl.LDAP=debug 137 137 {code} 138 + 138 138 1.1 eXo Authentication 139 139 140 140 The eXo authentication is used automatically by adding/editing the ~~xwiki.exo=1~~ property in ~~WEB-INF/xwiki.cfg~~. ... ... @@ -149,6 +149,8 @@ 149 149 xwiki.authentication.authclass = com.acme.MyCustomAuthenticationService 150 150 {code} 151 151 153 +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/]. 154 + 152 152 Note, that you also can implement own right management service by implementing XWikiRightService interface: 153 153 {code} 154 154 xwiki.authentication.rightsclass = com.acme.MyCustomRightsService