Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
restored file that was removed
  • Loading branch information
chasegawa committed Sep 29, 2022
1 parent b498edc commit 56b5882
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
{
"type": "object",
"required": [
"protocol",
"serviceProviderName",
"entityId"
],
"properties": {
"protocol": {
"title": "label.metadata-source-protocol",
"description": "tooltip.metadata-source-protocol",
"type": "string",
"enum": [
"OIDC",
"SAML"
],
"enumNames": [
"value.oidc",
"value.saml"
]
},
"serviceProviderName": {
"title": "label.service-provider-name",
"description": "tooltip.service-provider-name",
Expand Down Expand Up @@ -40,9 +54,6 @@
},
"securityInfo": {
"type": "object",
"widget": {
"id": "fieldset"
},
"dependencies": {
"authenticationRequestsSigned": {
"oneOf": [
Expand Down Expand Up @@ -131,6 +142,12 @@
"SAML 1.1"
],
"description": "SAML 1.1"
},
{
"enum": [
"http://openid.net/specs/openid-connect-core-1_0.html"
],
"description": "OIDC"
}
]
},
Expand Down Expand Up @@ -329,6 +346,12 @@
"urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"
],
"description": "urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"
},
{
"enum": [
"https://tools.ietf.org/html/rfc6749#section-3.1.2"
],
"description": "OIDC / OAUTH Binding"
}
]
},
Expand Down

0 comments on commit 56b5882

Please sign in to comment.