From ea8963c0a91a5d467a22de0b05c51bcb10fc8041 Mon Sep 17 00:00:00 2001 From: Yuriy M <95305560+yuremm@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:45:35 +0300 Subject: [PATCH] fix: add missing CB index for native SSO (#6033) Co-authored-by: Yuriy Movchan --- jans-linux-setup/jans_setup/static/couchbase/index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jans-linux-setup/jans_setup/static/couchbase/index.json b/jans-linux-setup/jans_setup/static/couchbase/index.json index 38c6d2743a2..c9f5d32fa9f 100644 --- a/jans-linux-setup/jans_setup/static/couchbase/index.json +++ b/jans-linux-setup/jans_setup/static/couchbase/index.json @@ -98,7 +98,8 @@ ], "static" : [ [["sid"], "objectClass = \"jansSessId\""], - [["exp"], "objectClass = \"jansSessId\""] + [["exp"], "objectClass = \"jansSessId\""], + [["distinct (array `deviceSecret_` for `deviceSecret_` in `deviceSecret` end)"], "objectClass = \"jansSessId\""] ] },