Skip to content

Commit

Permalink
[SHIBUI-906]
Browse files Browse the repository at this point in the history
Removed sections that are being auto-generated.
  • Loading branch information
Bill Smith committed Oct 22, 2018
1 parent b7b07b6 commit 49e8d71
Showing 1 changed file with 30 additions and 165 deletions.
195 changes: 30 additions & 165 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@
]
}
},
"privacyStatementUrl": {
"title": "label.privacy-statement-url",
"description": "tooltip.mdui-privacy-statement-url",
"type": "string"
"contacts": {
"title": "label.contact-information",
"description": "tooltip.contact-information",
"type": "array",
"items": {
"$ref": "#/definitions/Contact"
}
},
"mdui": {
"type": "object",
Expand Down Expand Up @@ -233,11 +236,13 @@
}
}
},
"logoHeight": {
"title": "label.logo-height",
"description": "tooltip.mdui-logo-height",
"min": 0,
"type": "integer"
"assertionConsumerServices": {
"title": "label.assertion-consumer-service-endpoints",
"description": "",
"type": "array",
"items": {
"$ref": "#/definitions/AssertionConsumerService"
}
},
"serviceProviderSsoDescriptor": {
"type": "object",
Expand Down Expand Up @@ -285,114 +290,29 @@
}
}
},
"authenticationRequestsSigned": {
"title": "label.authentication-requests-signed",
"description": "tooltip.authentication-requests-signed",
"type": "boolean",
"default": false
"logoutEndpoints": {
"title": "label.logout-endpoints",
"description": "tooltip.logout-endpoints",
"type": "array",
"items": {
"$ref": "#/definitions/LogoutEndpoint"
}
},
"relyingPartyOverrides": {
"type": "object",
"properties": {
"signAssertion": {
"title": "label.sign-the-assertion",
"description": "tooltip.sign-assertion",
"type": "boolean",
"default": false
},
"dontSignResponse": {
"title": "label.dont-sign-the-response",
"description": "tooltip.dont-sign-response",
"type": "boolean",
"default": false
},
"turnOffEncryption": {
"title": "label.turn-off-encryption-of-response",
"description": "tooltip.turn-off-encryption",
"type": "boolean",
"default": false
},
"useSha": {
"title": "label.use-sha1-signing-algorithm",
"description": "tooltip.usa-sha-algorithm",
"type": "boolean",
"default": false
},
"ignoreAuthenticationMethod": {
"title": "label.ignore-any-sp-requested-authentication-method",
"description": "tooltip.ignore-auth-method",
"type": "boolean",
"default": false
},
"forceAuthn": {
"title": "label.force-authn",
"description": "tooltip.force-authn",
"type": "boolean",
"default": false
},
"omitNotBefore": {
"title": "label.omit-not-before-condition",
"type": "boolean",
"description": "tooltip.omit-not-before-condition",
"default": false
},
"nameIdFormats": {
"$ref": "#/definitions/NameIdFormatList"
},
"authenticationMethods": {
"$ref": "#/definitions/AuthenticationMethodList"
},
"responderId": {
"title": "label.responder-id",
"description": "tooltip.responder-id",
"type": "string"
}
}
"properties": {}
},
"x509Certificates": {
"title": "label.x509-certificates",
"type": "array",
"items": {
"$ref": "#/definitions/Certificate"
}
}
}
},
"assertionConsumerServices": {
"title": "label.assertion-consumer-service-endpoints",
"description": "",
"type": "array",
"items": {
"$ref": "#/definitions/AssertionConsumerService"
}
},
"serviceProviderSsoDescriptor": {
"type": "object",
"properties": {
"protocolSupportEnum": {
"title": "label.protocol-support-enumeration",
"description": "tooltip.protocol-support-enumeration",
"type": "string",
"placeholder": "label.select-protocol",
"oneOf": [
{
"enum": [
"SAML 2"
],
"description": "SAML 2"
"attributeRelease": {
"type": "array",
"description": "Attribute release table - select the attributes you want to release (default unchecked)",
"widget": {
"id": "checklist",
"dataUrl": "/customAttributes"
},
{
"enum": [
"SAML 1.1"
],
"description": "SAML 1.1"
"items": {
"type": "string"
}
]
}
},
"nameIdFormats": {
"$ref": "#/definitions/NameIdFormatList"
}
},
"definitions": {
"Contact": {
Expand Down Expand Up @@ -507,7 +427,6 @@
"minLength": 1
}
}
]
},
"AssertionConsumerService": {
"type": "object",
Expand Down Expand Up @@ -552,56 +471,6 @@
}
}
},
"NameIdFormatList": {
"title": "label.nameid-format-to-send",
"placeholder": "label.nameid-format",
"description": "tooltip.nameid-format",
"type": "array",
"uniqueItems": true,
"items": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"widget": {
"id": "datalist",
"data": [
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
"urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
]
}
},
{
"enum": [
"urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
],
"description": "urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
}
]
},
"AuthenticationMethodList": {
"title": "label.authentication-methods-to-use",
"description": "tooltip.authentication-methods-to-use",
"type": "array",
"placeholder": "label.authentication-method",
"uniqueItems": true,
"items": {
"type": "string",
"title": "label.authentication-method",
"minLength": 1,
"maxLength": 255,
"widget": {
"id": "datalist",
"data": [
"https://refeds.org/profile/mfa",
"urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken",
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
]
}
},
"default": null
},
"LogoutEndpoint": {
"title": "label.new-endpoint",
"description": "tooltip.new-endpoint",
Expand Down Expand Up @@ -647,10 +516,6 @@
]
}
}
]

}
}
}
}
}

0 comments on commit 49e8d71

Please sign in to comment.