Skip to content

Commit

Permalink
Create oxAuth JSON property to disable fido u2f endpoints oxTrust #764
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Aug 11, 2018
1 parent 84c32ab commit 47dc184
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -1225,6 +1225,11 @@
"description": "Path to external log4j2 logging configuration.",
"type": "string",
"minLength": 1
},
"disableU2fEndpoint": {
"id": "disableU2fEndpoint",
"description": "Enable/Disable U2F endpoints.",
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -1341,6 +1346,7 @@
"skipAuthorizationForOpenIdScopeAndPairwiseId",
"httpLoggingEnabled",
"httpLoggingExludePaths",
"externalLoggerConfiguration"
"externalLoggerConfiguration",
"disableU2fEndpoint"
]
}

0 comments on commit 47dc184

Please sign in to comment.