Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.6
-
None
-
CentOS 7, XWiki 10.10
-
Unknown
-
Description
Hello,
I trying to use Social Login 2.6 on XWiki 10.10. If both installation plugin works fine, plugin usage doesn't.
I have well configured :
- oauth_consumer.properties file
- authclass parameter (xwiki.authentication.authclass) in xwiki.cfg.
- login.vm template in the default template
Note: the"XWiki.SocialLoginTranslations" configuration seems not be needed for xwiki 10.10.
However the login page doesn't display any social login button. After some digging, I assume the issue came from the undefined "$services.socialAuth" variable in the login. vm file.
Unfortunately, I don't know why .
Thank you