Skip to content

Commit

Permalink
fix: add missing CB index for native SSO (#6033)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yuremm and yurem authored Sep 14, 2023
1 parent 09ee345 commit ea8963c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/static/couchbase/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
],
"static" : [
[["sid"], "objectClass = \"jansSessId\""],
[["exp"], "objectClass = \"jansSessId\""]
[["exp"], "objectClass = \"jansSessId\""],
[["distinct (array `deviceSecret_` for `deviceSecret_` in `deviceSecret` end)"], "objectClass = \"jansSessId\""]
]
},

Expand Down

0 comments on commit ea8963c

Please sign in to comment.