Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 765 Bytes

Discourse SSO Mozilla

Discourse SSO server for Mozilla

Mentor: Leo McArdle

Good first bugs: https://github.com/Mozilla-cIT/discourse-sso-mozilla/labels/good%20first%20bug

Description: This SSO server allows one to log into Discourse with Mozilla Persona.

Installation

Follow the instructions on Discourse Meta: https://meta.discourse.org/t/official-single-sign-on-for-discourse/13045

Clone the repository:

git clone https://github.com/Mozilla-cIT/discourse-sso-mozilla.git
cd discourse-sso-mozilla/

Install the dependencies:

npm install

Finally, pass the secret to the SSO server, and start it with:

SECRET=gaben npm start

Licence

MPL 2.0