From 1a445138fff740c9d2dd572c5e1680f6d3e7156f Mon Sep 17 00:00:00 2001 From: shekhar16 Date: Sat, 6 Jul 2024 00:57:57 +0530 Subject: [PATCH] feat(oxTrust): add missing option to fido2 schema file Signed-off-by: shekhar16 --- .../resources/schema/fido2-config.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/static/src/main/resources/META-INF/resources/schema/fido2-config.json b/static/src/main/resources/META-INF/resources/schema/fido2-config.json index 9905d8b335..05f4aaafac 100644 --- a/static/src/main/resources/META-INF/resources/schema/fido2-config.json +++ b/static/src/main/resources/META-INF/resources/schema/fido2-config.json @@ -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.", @@ -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" } } } @@ -258,6 +299,10 @@ "metricReporterInterval", "metricReporterKeepDataDays", "metricReporterEnabled", + "superGluuEnabled", + "sessionIdPersistInCache", + "oldU2fMigrationEnabled", + "errorReasonEnabled", "personCustomObjectClassList", "fido2Configuration" ]