mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 18:42:28 +00:00
14 lines
158 B
JSON
14 lines
158 B
JSON
{
|
|
"type": "array",
|
|
"description": "AuthConfigObject",
|
|
"minItems": 1,
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"local",
|
|
"ldap",
|
|
"oidc"
|
|
]
|
|
}
|
|
}
|