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
-
... ... @@ -150,6 +150,8 @@ 150 150 xwiki.authentication.authclass = com.acme.MyCustomAuthenticationService 151 151 {code} 152 152 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 + 153 153 Note, that you also can implement own right management service by implementing XWikiRightService interface: 154 154 {code} 155 155 xwiki.authentication.rightsclass = com.acme.MyCustomRightsService