Go to file
Paul Rodwell 54db3c3334 Update ReadMe.md 2017-05-25 06:31:01 +01:00
client update isAuthenticated on state change 2017-04-09 10:18:51 +01:00
docs change guidance about setting `Callback URL` to using a placeholder. 2016-11-21 12:43:05 +00:00
server add link to google documentation 2017-05-11 19:58:32 +01:00
views start of adding alt identity 2016-08-23 10:17:24 +01:00
.gitignore should not be ignoring custom modernizr file 2016-11-08 11:38:48 +00:00
.npmignore initial commit - work in progress 2016-03-16 14:13:37 +00:00
Gruntfile.js work in progress... 2016-04-04 10:06:33 +01:00
ReadMe.md Update ReadMe.md 2017-05-25 06:31:01 +01:00
index.js initial commit - work in progress 2016-03-16 14:13:37 +00:00
package.json 0.1.3 2017-05-13 19:48:24 +01:00

ReadMe.md

Federated Wiki - Security Plug-in: Passport

This security plug-in is written as a replacement for the Mozilla Persona plugin (wiki-security-persona). A replacement is required because the Mozilla Persona service is closing on 30th November 2016.

To allow an orderly migration of wiki site ownership this plug-in makes use of the Mozilla Persona plug-in for Passport. This is only presented as a login option on those wiki sites that have already been claimed using Mozilla Persona. When you login with Mozilla Persona there will be a link that allows you to add an alternative identity from those the site owner has configured.

In this release we make use of Passport's OAuth plug-ins for GitHub, Google, and Twitter.

As a wiki farm host, you have to choose which authentication provider you want to use. You will need to register an application with the required identity provider, and configure the wiki server. See, configuring wiki-security-passportjs.

Although it is possible to configure multiple authentication providers, it makes advisable to only configure a single provider. This is to avoid confusing wiki users.