1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

reorganized example config

This commit is contained in:
mstrhakr 2022-04-08 00:15:53 -04:00
parent 931adff892
commit 4eefe1531c

View file

@ -138,7 +138,7 @@
"footer": "Default page footer", "footer": "Default page footer",
"newAccounts": false "newAccounts": false
}, },
"_domains": { "domains": {
"": { "": {
"_siteStyle": 2, "_siteStyle": 2,
"title": "MyServer", "title": "MyServer",
@ -409,15 +409,15 @@
"cert": "saml.pem" "cert": "saml.pem"
}, },
"oidc": { "oidc": {
"url": "https://server/openidconnect-callback", "authorizationURL": "https://sso.server.com/api/oidc/authorization",
"authorizationURL": "https://server/api/oidc/authorization", "callbackURL": "https://mesh.server.com/oidc-callback",
"tokenURL": "https://server/api/oidc/token",
"userInfoURL": "https://server/api/oidc/userinfo",
"logouturl": "https://server/logout",
"newAccounts": true,
"clientid": "00000000-0000-0000-0000-000000000000", "clientid": "00000000-0000-0000-0000-000000000000",
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"callbackURL": "https://server/oidc-callback" "issuer": "https://sso.server.com",
"tokenURL": "https://sso.server.com/api/oidc/token",
"userInfoURL": "https://sso.server.com/api/oidc/userinfo",
"logoutURL": "https://sso.server.com/logout",
"newAccounts": true
} }
} }
}, },