Skip to content

Commit

Permalink
Merge pull request #2427 from GluuFederation/oxTrust_issues_2426
Browse files Browse the repository at this point in the history
feat(oxTrust): add missing option to fido2 schema file
  • Loading branch information
yurem committed Jul 5, 2024
2 parents 8f3533c + 1a44513 commit 3e6a0ab
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,26 @@
"description":"Boolean value specifying whether to enable Metric Reporter.",
"type":"boolean"
},
"superGluuEnabled":{
"id":"superGluuEnabled",
"description":"Boolean value specifying whether to enable Super Gluu.",
"type":"boolean"
},
"sessionIdPersistInCache":{
"id":"sessionIdPersistInCache",
"description":"Boolean value specifying whether to enable sessionId Persist In Cache.",
"type":"boolean"
},
"oldU2fMigrationEnabled":{
"id":"oldU2fMigrationEnabled",
"description":"Boolean value specifying whether to enable old U2f Migration.",
"type":"boolean"
},
"errorReasonEnabled":{
"id":"errorReasonEnabled",
"description":"Boolean value specifying whether to enable Error reason.",
"type":"boolean"
},
"personCustomObjectClassList":{
"id":"personCustomObjectClassList",
"description":"LDAP custom object class list for dynamic person enrollment.",
Expand Down Expand Up @@ -241,6 +261,27 @@
}
}
}
},
"metadataUrlsProvider":{
"id":"metadataUrlsProvider",
"description":"metadata Url provider.",
"type":"string",
"minLength":1
},
"skipDownloadMdsEnabled":{
"id":"skipDownloadMdsEnabled",
"description":" boolean to enable skip download MDS",
"type":"boolean"
},
"skipValidateMdsInAttestationEnabled":{
"id":"skipValidateMdsInAttestationEnabled",
"description":" boolean to enable skip Validate Mds In Attestation",
"type":"boolean"
},
"assertionOptionsGenerateEndpointEnabled":{
"id":"assertionOptionsGenerateEndpointEnabled",
"description":" boolean to enable assertion Options Generate Endpoint",
"type":"boolean"
}
}
}
Expand All @@ -258,6 +299,10 @@
"metricReporterInterval",
"metricReporterKeepDataDays",
"metricReporterEnabled",
"superGluuEnabled",
"sessionIdPersistInCache",
"oldU2fMigrationEnabled",
"errorReasonEnabled",
"personCustomObjectClassList",
"fido2Configuration"
]
Expand Down

0 comments on commit 3e6a0ab

Please sign in to comment.