mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 12:01:52 +00:00
added oidc section
also seems to be some kind of formatting change causing multiple other changes
This commit is contained in:
parent
191285c4d2
commit
48a68197b2
1 changed files with 16 additions and 5 deletions
|
@ -250,21 +250,21 @@
|
||||||
"files": "{0} started a remote files session."
|
"files": "{0} started a remote files session."
|
||||||
},
|
},
|
||||||
"_agentCustomization": {
|
"_agentCustomization": {
|
||||||
"displayName": "Compagny® Product™",
|
"displayName": "Compagny<EFBFBD> Product<63>",
|
||||||
"description": "Compagny® Product™ agent for remote monitoring, management and assistance.",
|
"description": "Compagny<EFBFBD> Product<63> agent for remote monitoring, management and assistance.",
|
||||||
"companyName": "Compagny",
|
"companyName": "Compagny",
|
||||||
"serviceName": "compagnyagent",
|
"serviceName": "compagnyagent",
|
||||||
"image": "agent-logo.png",
|
"image": "agent-logo.png",
|
||||||
"fileName": "compagnyagent"
|
"fileName": "compagnyagent"
|
||||||
},
|
},
|
||||||
"_assistantCustomization": {
|
"_assistantCustomization": {
|
||||||
"title": "Compagny® Product™",
|
"title": "Compagny<EFBFBD> Product<63>",
|
||||||
"image": "assistant-logo.png",
|
"image": "assistant-logo.png",
|
||||||
"fileName": "compagny"
|
"fileName": "compagny"
|
||||||
},
|
},
|
||||||
"_androidCustomization": {
|
"_androidCustomization": {
|
||||||
"title": "Compagny® Product™",
|
"title": "Compagny<EFBFBD> Product<63>",
|
||||||
"subtitle": "Product Subtitle™",
|
"subtitle": "Product Subtitle<EFBFBD>",
|
||||||
"image": "assistant-logo.png"
|
"image": "assistant-logo.png"
|
||||||
},
|
},
|
||||||
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||||
|
@ -407,6 +407,17 @@
|
||||||
"entityid": "meshcentral",
|
"entityid": "meshcentral",
|
||||||
"idpurl": "https://server/saml2",
|
"idpurl": "https://server/saml2",
|
||||||
"cert": "saml.pem"
|
"cert": "saml.pem"
|
||||||
|
},
|
||||||
|
"oidc": {
|
||||||
|
"url": "https://server/openidconnect-callback",
|
||||||
|
"authorizationURL": "https://server/api/oidc/authorization",
|
||||||
|
"tokenURL": "https://server/api/oidc/token",
|
||||||
|
"userInfoURL": "https://server/api/oidc/userinfo",
|
||||||
|
"logouturl": "https://server/logout",
|
||||||
|
"newAccounts": true,
|
||||||
|
"clientid": "00000000-0000-0000-0000-000000000000",
|
||||||
|
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
|
"callbackURL": "https://server/oidc-callback"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue