mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-19 13:20:34 +00:00
Oauth2 support
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"enum": [
|
||||
"local",
|
||||
"ldap",
|
||||
"oidc"
|
||||
"oauth"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"pattern": "^(local|ldap|oidc)$"
|
||||
"pattern": "^(local|ldap|oauth)$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -53,7 +53,7 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"pattern": "^(local|ldap|oidc)$"
|
||||
"pattern": "^(local|ldap|oauth)$"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user