mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 09:55:57 -05:00
reordered and added descriptions
This commit is contained in:
parent
8e0e72ec18
commit
4315950d73
@ -1073,17 +1073,17 @@
|
|||||||
"oidc": {
|
"oidc": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"issuer": { "type": "string", "format": "uri" },
|
"authorizationURL": { "type": "string", "format": "uri", "description": "If set, this will be used as the authorization URL. (If set tokenURL and userInfoURL need set also)" },
|
||||||
"authorizationURL": { "type": "string", "format": "uri" },
|
"callbackURL": { "type": "string", "format": "uri", "description": "Required, this is the URL that your SSO provider sends auth approval to." },
|
||||||
"tokenURL": { "type": "string", "format": "uri" },
|
|
||||||
"userInfoURL": { "type": "string", "format": "uri" },
|
|
||||||
"logouturl": { "type": "string", "format": "uri", "description": "Then set, the user will be redirected to this URL when hitting the logout link."},
|
|
||||||
"newAccounts": { "type": "boolean", "default": true },
|
|
||||||
"clientid": { "type": "string" },
|
"clientid": { "type": "string" },
|
||||||
"clientsecret": { "type": "string" },
|
"clientsecret": { "type": "string" },
|
||||||
"callbackURL": { "type": "string", "format": "uri" }
|
"issuer": { "type": "string", "format": "uri", "description": "Full URL of SSO portal" },
|
||||||
|
"tokenURL": { "type": "string", "format": "uri", "description": "If set, this will be used as the token URL. (If set authorizationURL and userInfoURL need set also)" },
|
||||||
|
"userInfoURL": { "type": "string", "format": "uri", "description": "If set, this will be used as the user info URL. (If set authorizationURL and tokenURL need set also)" },
|
||||||
|
"logouturl": { "type": "string", "format": "uri", "description": "Then set, the user will be redirected to this URL when hitting the logout link." },
|
||||||
|
"newAccounts": { "type": "boolean", "default": true }
|
||||||
},
|
},
|
||||||
"required": [ "url", "authorizationURL", "tokenURL", "userInfoURL", "logouturl", "clientid", "clientsecret", "callbackURL" ]
|
"required": [ "issuer", "clientid", "clientsecret", "callbackURL" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user