Skip to content

pixelhumain/sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}
}