Skip to content

Commit

Permalink
feat(jans-auth-server): added deviceSecret to indexes
Browse files Browse the repository at this point in the history
Native SSO

#2518
  • Loading branch information
yuriyz committed Oct 27, 2022
1 parent ee24cc9 commit 3614386
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/static/rdbm/mysql_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"jansSessId": {
"fields": [
"jansUsrDN",
"sid"
"sid",
"deviceSecret"
],
"custom": [
"`del`, `exp`"
Expand Down
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/static/rdbm/pgsql_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"jansSessId": {
"fields": [
"jansUsrDN",
"sid"
"sid",
"deviceSecret"
],
"custom": [
"(\"del\", \"exp\")"
Expand Down
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/static/rdbm/spanner_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"jansSessId": {
"fields": [
"jansUsrDN",
"sid"
"sid",
"deviceSecret"
],
"custom": [
"`del`, `exp`"
Expand Down

0 comments on commit 3614386

Please sign in to comment.