Skip to content

xwiki-contrib/application-nextcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud Application

This extension allows users to integrate XWiki with Nextcloud, in XWiki. In particular, it allows Nextcloud users to login to XWiki from Nextcloud so they can access their XWiki content from Nextcloud.

Requirements

After installing this extension, the following setting needs to be set in xwiki.cfg:

xwiki.authentication.authclass=org.xwiki.contrib.oidc.provider.OIDCBridgeAuth

After changing this value, please restart XWiki.

This authentication class is provided by the OpenID Connect Provider extension that needs to be installed. This class will look for Authentication HTTP headers and authenticate users using it through OpenID-Connect if it is present. This is used for authenticating users from Nextcloud.

XWiki Application for Nextcloud

This XWiki extension is useful with the XWiki Nextcloud application, which needs to be installed on the Nextcloud instances you wish to integrate your wikis with.