Skip to content

Commit

Permalink
chore(setup): merge latest fido2 config
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Jul 2, 2024
1 parent db88574 commit af9a4dc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions templates/fido2/dynamic-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"gluuCustomPerson",
"gluuPerson"
],
"superGluuEnabled": false,
"sessionIdPersistInCache": false,
"oldU2fMigrationEnabled": true,
"errorReasonEnabled": false,
"fido2Configuration":{
"authenticatorCertsFolder":"%(fido2ConfigFolder)s/authenticator_cert",
"mdsCertsFolder":"%(fido2ConfigFolder)s/mds/cert",
Expand All @@ -34,6 +38,10 @@
],
"userAutoEnrollment":false,
"unfinishedRequestExpiration":180,
"authenticationHistoryExpiration":1296000
"authenticationHistoryExpiration":1296000,
"metadataUrlsProvider":"",
"skipDownloadMdsEnabled":false,
"skipValidateMdsInAttestationEnabled":false,
"assertionOptionsGenerateEndpointEnabled":true
}
}
}

0 comments on commit af9a4dc

Please sign in to comment.