From 8398c6dd9bd919bd9d4513d08c96476e52686033 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Fri, 16 May 2025 17:36:43 +0700 Subject: [PATCH] feat: add oauth2 sso configuration to nextzenos.json --- nextzenos.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextzenos.json b/nextzenos.json index b4bc078..d2e2cf9 100644 --- a/nextzenos.json +++ b/nextzenos.json @@ -9,6 +9,9 @@ "path": "/var/lib/casaos", "deployment": { "type": "native" + }, + "sso": { + "provider_type": "oauth2" } }, "apps": [],