Callback redirect and mapping email attributes

This commit is contained in:
Alberto Asuero 2014-10-06 18:17:23 +02:00
parent 3e1352729e
commit f58b6ae34a
3 changed files with 37 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "nodebb-plugin-sso-saml",
"version": "0.0.1",
"version": "0.0.3",
"description": "NodeBB SAML SSO",
"main": "library.js",
"repository": {
@ -30,5 +30,5 @@
"passport-saml": "~0.5.3"
},
"homepage": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git",
"_id": "nodebb-plugin-sso-saml@0.0.1"
"_id": "nodebb-plugin-sso-saml@0.0.2"
}