DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Danny Coates cdfecb1226 hex all the strings. closes #51 2013-07-08 14:09:15 -07:00
bin use AWSBox as the IdpServer ami 2013-06-20 11:10:34 -07:00
config use heka stats on aws 2013-06-20 11:10:34 -07:00
heka added path cbuf to request.lua (required heka dev) 2013-06-05 14:46:50 -07:00
lib hex all the strings. closes #51 2013-07-08 14:09:15 -07:00
routes hex all the strings. closes #51 2013-07-08 14:09:15 -07:00
scripts broke apart stats stuff a bit 2013-06-20 11:10:34 -07:00
templates Skeleton Hapi app 2013-05-13 17:00:22 -07:00
test hex all the strings. closes #51 2013-07-08 14:09:15 -07:00
.awsbox.json added logstash 2013-06-20 11:10:34 -07:00
.awsboxen.json Update to latest awsboxen dependency 2013-07-01 15:41:10 +10:00
.gitignore use bunyan as the logger, remove 'good' 2013-06-20 11:10:34 -07:00
.jshintrc Skeleton Hapi app 2013-05-13 17:00:22 -07:00
.travis.yml now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
LICENSE Skeleton Hapi app 2013-05-13 17:00:22 -07:00
README.md add link to protocol 2013-06-17 15:18:57 -07:00
package.json implemented /sign with hawk credentials 2013-07-02 14:29:42 -07:00
provision.html stubbed some idp stuff 2013-05-14 16:23:36 -07:00
server.js implemented /sign with hawk credentials 2013-07-02 14:29:42 -07:00
sign_in.html stubbed some idp stuff 2013-05-14 16:23:36 -07:00

README.md

picl-idp

An Identity Provider for Profile In the CLoud

Protocol notes: https://id.etherpad.mozilla.org/picl-idp-protocol

Install

You'll need node 0.10.x or higher and npm to run the server.

Clone the git repository and install dependencies:

git clone git://github.com/mozilla/picl-idp.git
cd picl-idp
npm install
node ./scripts/gen_keys.js

To start the server, run:

npm start

It doesn't do much of anything, yet.

Testing

Run tests with:

npm test

License

MPL 2.0