Adds LDAP auth support

This commit is contained in:
Jamie Curnow
2024-11-02 21:36:07 +10:00
parent 8434a2d1fa
commit a277a5d167
54 changed files with 765 additions and 306 deletions

View File

@ -0,0 +1,13 @@
{
"type": "array",
"description": "AuthConfigObject",
"minItems": 1,
"items": {
"type": "string",
"enum": [
"local",
"ldap",
"oidc"
]
}
}

View File

@ -7,7 +7,6 @@
"created_at",
"updated_at",
"name",
"nickname",
"email",
"is_disabled"
],
@ -29,12 +28,7 @@
"name": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"nickname": {
"type": "string",
"minLength": 2,
"maxLength": 100
"maxLength": 50
},
"email": {
"type": "string",