1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added SAML, JumpCloud support.

This commit is contained in:
Ylian Saint-Hilaire 2020-05-20 00:39:17 -07:00
parent 864b54fae1
commit 5a06c46d3e
8 changed files with 112 additions and 42 deletions

View file

@ -179,6 +179,18 @@
"__callbackurl": "https://server/auth-reddit-callback",
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"jumpcloud": {
"__callbackurl": "https://server/auth-jumpcloud-callback",
"entityid": "meshcentral",
"idpurl": "https://sso.jumpcloud.com/saml2/saml2",
"cert": "jumpcloud-saml.pem"
},
"saml": {
"__callbackurl": "https://server/auth-saml-callback",
"entityid": "meshcentral",
"idpurl": "https://server/saml2",
"cert": "saml.pem"
}
}
},