Go to file
3wc 560ad6788c Tidy up OAuth, allow pulling properties from decoded JWT 2023-11-17 21:22:08 +00:00
client reload after login, if login was required. 2023-08-21 12:19:08 +01:00
docs Example of admin parameter 2022-06-10 10:58:52 -04:00
server Tidy up OAuth, allow pulling properties from decoded JWT 2023-11-17 21:22:08 +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 2023-04-27 11:11:49 +01:00
Gruntfile.js remove grunt-retire 2022-07-25 18:17:57 +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-lock.json Tidy up OAuth, allow pulling properties from decoded JWT 2023-11-17 21:22:08 +00:00
package.json Tidy up OAuth, allow pulling properties from decoded JWT 2023-11-17 21:22:08 +00: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.