mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Version 0.5.46
This commit is contained in:
parent
8443416afa
commit
b42e73232f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.5.45",
|
"version": "0.5.46",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
@ -103,6 +103,7 @@
|
|||||||
"_MeshQuota": 248576,
|
"_MeshQuota": 248576,
|
||||||
"Minify": true,
|
"Minify": true,
|
||||||
"_NewAccounts": true,
|
"_NewAccounts": true,
|
||||||
|
"_NewAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"_UserNameIsEmail": true,
|
"_UserNameIsEmail": true,
|
||||||
"_NewAccountEmailDomains": [ "sample.com" ],
|
"_NewAccountEmailDomains": [ "sample.com" ],
|
||||||
"_NewAccountsRights": [ "nonewgroups", "notools" ],
|
"_NewAccountsRights": [ "nonewgroups", "notools" ],
|
||||||
@ -165,30 +166,35 @@
|
|||||||
"twitter": {
|
"twitter": {
|
||||||
"_callbackurl": "https://server/auth-twitter-callback",
|
"_callbackurl": "https://server/auth-twitter-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
},
|
},
|
||||||
"google": {
|
"google": {
|
||||||
"_callbackurl": "https://server/auth-google-callback",
|
"_callbackurl": "https://server/auth-google-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"clientid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
|
"clientid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
|
||||||
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxx"
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
"_callbackurl": "https://server/auth-github-callback",
|
"_callbackurl": "https://server/auth-github-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
},
|
},
|
||||||
"reddit": {
|
"reddit": {
|
||||||
"_callbackurl": "https://server/auth-reddit-callback",
|
"_callbackurl": "https://server/auth-reddit-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
"clientid": "xxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
},
|
},
|
||||||
"azure": {
|
"azure": {
|
||||||
"_callbackurl": "https://server/auth-azure-callback",
|
"_callbackurl": "https://server/auth-azure-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"clientid": "00000000-0000-0000-0000-000000000000",
|
"clientid": "00000000-0000-0000-0000-000000000000",
|
||||||
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
"tenantid": "00000000-0000-0000-0000-000000000000"
|
"tenantid": "00000000-0000-0000-0000-000000000000"
|
||||||
@ -196,6 +202,7 @@
|
|||||||
"jumpcloud": {
|
"jumpcloud": {
|
||||||
"_callbackurl": "https://server/auth-jumpcloud-callback",
|
"_callbackurl": "https://server/auth-jumpcloud-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"entityid": "meshcentral",
|
"entityid": "meshcentral",
|
||||||
"idpurl": "https://sso.jumpcloud.com/saml2/saml2",
|
"idpurl": "https://sso.jumpcloud.com/saml2/saml2",
|
||||||
"cert": "jumpcloud-saml.pem"
|
"cert": "jumpcloud-saml.pem"
|
||||||
@ -203,6 +210,7 @@
|
|||||||
"saml": {
|
"saml": {
|
||||||
"_callbackurl": "https://server/auth-saml-callback",
|
"_callbackurl": "https://server/auth-saml-callback",
|
||||||
"newAccounts": true,
|
"newAccounts": true,
|
||||||
|
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
|
||||||
"entityid": "meshcentral",
|
"entityid": "meshcentral",
|
||||||
"idpurl": "https://server/saml2",
|
"idpurl": "https://server/saml2",
|
||||||
"cert": "saml.pem"
|
"cert": "saml.pem"
|
||||||
|
Loading…
Reference in New Issue
Block a user