Go to file
Paul Rodwell 88b0e2b825
callbackURL has fix location, rather than being a parameter.
2021-11-04 10:12:59 +00:00
client set cookie `sameSite` 2020-06-18 14:35:17 +01:00
docs callbackURL has fix location, rather than being a parameter. 2021-11-04 10:12:59 +00:00
server callbackURL has fix location, rather than being a parameter. 2021-11-04 10:12:59 +00:00
views set cookie `sameSite` 2020-06-18 14:35:17 +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
AUTHORS.txt update authors 2020-06-18 11:49:45 +01:00
Gruntfile.js update dependencies 2018-12-18 20:28:25 +00: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-lock.json Update package-lock 2021-05-18 15:37:16 +01:00
package.json Add passport-oauth2 to package.json 2021-10-22 00:29:07 +02: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.