mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Removed Reddit auth strategy since it never worked well.
This commit is contained in:
@@ -2860,41 +2860,6 @@
|
||||
"clientsecret"
|
||||
]
|
||||
},
|
||||
"reddit": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"callbackurl": {
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"newAccounts": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"newAccountsUserGroups": {
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"clientid": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientsecret": {
|
||||
"type": "string"
|
||||
},
|
||||
"logouturl": {
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
"description": "Then set, the user will be redirected to this URL when hitting the logout link."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"clientid",
|
||||
"clientsecret"
|
||||
]
|
||||
},
|
||||
"azure": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user