Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 553 Bytes

sso

sso based on node.js for CO users

settings.json file

{
"module":"co2",
"endpoint":"https://www.communecter.org",
"urlimage": "https://www.communecter.org",
"sso":{
   "_id":"communecter",
   "name":"communecter",
   "clientId":"4JZxkcThcKT5FHJnk",
   "clientSecret":"qkdWS8jJjVzQR5gHUFRikX10SHxVjiOv3vZGAZkSnvl",
   "redirectUri":"http://localhost:3003/_oauth/oidc"
},
"public":{
"module":"co2",
"endpoint":"https://www.communecter.org",
"urlimage":"https://www.communecter.org",
"remoteUrl": "https://co-mobile.communecter.org"
}
}