Skip to content

Commit

Permalink
Updated UI to not use defaults in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Apr 13, 2021
1 parent beefbb0 commit a80e501
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"title": "label.xml-id",
"description": "tooltip.xml-id",
"type": "string",
"default": "",
"minLength": 1
},
"metadataRequestURLConstructionScheme": {
Expand Down Expand Up @@ -114,8 +113,7 @@
],
"description": "value.false"
}
],
"default": true
]
},
"failFastInitialization": {
"title": "label.fail-fast-init",
Expand All @@ -137,8 +135,7 @@
],
"description": "value.false"
}
],
"default": true
]
},
"dynamicMetadataResolverAttributes": {
"type": "object",
Expand Down Expand Up @@ -175,7 +172,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"maxCacheDuration": {
Expand All @@ -197,7 +193,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"maxIdleEntityData": {
Expand All @@ -219,7 +214,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"removeIdleEntityData": {
Expand All @@ -242,8 +236,7 @@
],
"description": "value.false"
}
],
"default": true
]
},
"cleanupTaskInterval": {
"title": "label.cleanup-task-interval",
Expand All @@ -264,14 +257,12 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"persistentCacheManagerDirectory": {
"title": "label.persistent-cache-manager-directory",
"description": "tooltip.persistent-cache-manager-directory",
"type": "string",
"default": "",
"minLength": 1
},
"initializeFromPersistentCacheInBackground": {
Expand All @@ -294,8 +285,7 @@
],
"description": "value.false"
}
],
"default": true
]
},
"backgroundInitializationFromCacheDelay": {
"title": "label.background-init-from-cache-delay",
Expand All @@ -321,7 +311,6 @@
true
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
}
}
Expand Down Expand Up @@ -401,16 +390,14 @@
],
"description": "False"
}
],
"default": false
]
},
"httpClientRef": {
"type": "string",
"title": "",
"description": "",
"placeholder": "",
"widget": "hidden",
"default": ""
"widget": "hidden"
},
"connectionRequestTimeout": {
"type": "string",
Expand All @@ -431,7 +418,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"connectionTimeout": {
Expand All @@ -453,7 +439,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"socketTimeout": {
Expand All @@ -475,52 +460,45 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"tlsTrustEngineRef": {
"type": "string",
"title": "",
"description": "",
"placeholder": "",
"widget": "hidden",
"default": ""
"widget": "hidden"
},
"httpClientSecurityParametersRef": {
"type": "string",
"title": "",
"description": "",
"placeholder": "",
"widget": "hidden",
"default": ""
"widget": "hidden"
},
"proxyHost": {
"type": "string",
"title": "label.proxy-host",
"description": "tooltip.proxy-host",
"placeholder": "",
"default": ""
"placeholder": ""
},
"proxyPort": {
"type": "string",
"title": "label.proxy-port",
"description": "tooltip.proxy-port",
"placeholder": "",
"default": ""
"placeholder": ""
},
"proxyUser": {
"type": "string",
"title": "label.proxy-user",
"description": "tooltip.proxy-user",
"placeholder": "",
"default": ""
"placeholder": ""
},
"proxyPassword": {
"type": "string",
"title": "label.proxy-password",
"description": "tooltip.proxy-password",
"placeholder": "",
"default": ""
"placeholder": ""
},
"httpCaching": {
"type": "string",
Expand Down Expand Up @@ -562,15 +540,13 @@
"title": "label.http-max-cache-entries",
"description": "tooltip.http-max-cache-entries",
"placeholder": "",
"default": 0,
"minimum": 0
},
"httpMaxCacheEntrySize": {
"type": "integer",
"title": "label.max-cache-entry-size",
"description": "tooltip.max-cache-entry-size",
"placeholder": "",
"default": 0,
"minimum": 0
}
}
Expand Down Expand Up @@ -609,7 +585,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
}
}
Expand All @@ -625,8 +600,7 @@
"requireSignedRoot": {
"title": "label.require-signed-root",
"description": "tooltip.require-signed-root",
"type": "boolean",
"default": true
"type": "boolean"
},
"certificateFile": {
"title": "label.certificate-file",
Expand Down Expand Up @@ -694,14 +668,12 @@
"removeRolelessEntityDescriptors": {
"title": "label.remove-roleless-entity-descriptors",
"description": "tooltip.remove-roleless-entity-descriptors",
"type": "boolean",
"default": true
"type": "boolean"
},
"removeEmptyEntitiesDescriptors": {
"title": "label.remove-empty-entities-descriptors",
"description": "tooltip.remove-empty-entities-descriptors",
"type": "boolean",
"default": true
"type": "boolean"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,44 +95,37 @@
"signAssertion": {
"title": "label.sign-the-assertion",
"description": "tooltip.sign-assertion",
"type": "boolean",
"default": false
"type": "boolean"
},
"dontSignResponse": {
"title": "label.dont-sign-the-response",
"description": "tooltip.dont-sign-response",
"type": "boolean",
"default": false
"type": "boolean"
},
"turnOffEncryption": {
"title": "label.turn-off-encryption-of-response",
"description": "tooltip.turn-off-encryption",
"type": "boolean",
"default": false
"type": "boolean"
},
"useSha": {
"title": "label.use-sha1-signing-algorithm",
"description": "tooltip.usa-sha-algorithm",
"type": "boolean",
"default": false
"type": "boolean"
},
"ignoreAuthenticationMethod": {
"title": "label.ignore-any-sp-requested-authentication-method",
"description": "tooltip.ignore-auth-method",
"type": "boolean",
"default": false
"type": "boolean"
},
"forceAuthn": {
"title": "label.force-authn",
"description": "tooltip.force-authn",
"type": "boolean",
"default": false
"type": "boolean"
},
"omitNotBefore": {
"title": "label.omit-not-before-condition",
"type": "boolean",
"description": "tooltip.omit-not-before-condition",
"default": false
"description": "tooltip.omit-not-before-condition"
},
"responderId": {
"title": "label.responder-id",
Expand All @@ -157,8 +150,7 @@
"urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
]
}
},
"default": null
}
},
"authenticationMethods": {
"title": "label.authentication-methods-to-use",
Expand All @@ -177,8 +169,7 @@
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
]
}
},
"default": null
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
"title": "label.xml-id",
"description": "tooltip.xml-id",
"type": "string",
"default": "",
"minLength": 1
},
"metadataFile": {
"title": "label.metadata-file",
"description": "tooltip.metadata-file",
"type": "string",
"default": "",
"minLength": 1
},
"enabled": {
Expand Down Expand Up @@ -75,8 +73,7 @@
],
"description": "value.false"
}
],
"default": false
]
},
"reloadableMetadataResolverAttributes": {
"type": "object",
Expand All @@ -100,7 +97,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"maxRefreshDelay": {
Expand All @@ -122,7 +118,6 @@
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"refreshDelayFactor": {
Expand Down
Loading

0 comments on commit a80e501

Please sign in to comment.