feat: add oauth2 sso configuration to nextzenos.json

This commit is contained in:
2025-05-16 17:36:43 +07:00
parent 716e3fc6b9
commit 8398c6dd9b
+3
View File
@@ -9,6 +9,9 @@
"path": "/var/lib/casaos", "path": "/var/lib/casaos",
"deployment": { "deployment": {
"type": "native" "type": "native"
},
"sso": {
"provider_type": "oauth2"
} }
}, },
"apps": [], "apps": [],