mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 07:53:20 -05: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
@ -250,21 +250,21 @@
|
||||
"files": "{0} started a remote files session."
|
||||
},
|
||||
"_agentCustomization": {
|
||||
"displayName": "Compagny® Product™",
|
||||
"description": "Compagny® Product™ agent for remote monitoring, management and assistance.",
|
||||
"displayName": "Compagny<EFBFBD> Product<63>",
|
||||
"description": "Compagny<EFBFBD> Product<63> agent for remote monitoring, management and assistance.",
|
||||
"companyName": "Compagny",
|
||||
"serviceName": "compagnyagent",
|
||||
"image": "agent-logo.png",
|
||||
"fileName": "compagnyagent"
|
||||
},
|
||||
"_assistantCustomization": {
|
||||
"title": "Compagny® Product™",
|
||||
"title": "Compagny<EFBFBD> Product<63>",
|
||||
"image": "assistant-logo.png",
|
||||
"fileName": "compagny"
|
||||
},
|
||||
"_androidCustomization": {
|
||||
"title": "Compagny® Product™",
|
||||
"subtitle": "Product Subtitle™",
|
||||
"title": "Compagny<EFBFBD> Product<63>",
|
||||
"subtitle": "Product Subtitle<EFBFBD>",
|
||||
"image": "assistant-logo.png"
|
||||
},
|
||||
"_userAllowedIP": "127.0.0.1,192.168.1.0/24",
|
||||
@ -407,6 +407,17 @@
|
||||
"entityid": "meshcentral",
|
||||
"idpurl": "https://server/saml2",
|
||||
"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 New Issue
Block a user