mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 13:13:13 -05:00
reordered and added descriptions
This commit is contained in:
parent
8e0e72ec18
commit
4315950d73
@ -1073,17 +1073,17 @@
|
||||
"oidc": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"issuer": { "type": "string", "format": "uri" },
|
||||
"authorizationURL": { "type": "string", "format": "uri" },
|
||||
"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 },
|
||||
"authorizationURL": { "type": "string", "format": "uri", "description": "If set, this will be used as the authorization URL. (If set tokenURL and userInfoURL need set also)" },
|
||||
"callbackURL": { "type": "string", "format": "uri", "description": "Required, this is the URL that your SSO provider sends auth approval to." },
|
||||
"clientid": { "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