Skip to content

Commit

Permalink
SHIBUI-1604
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Nov 12, 2019
1 parent 59d0937 commit 9660fdf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,35 @@
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
},
{
"enum": [
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"
},
{
"enum": [
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
},
{
"enum": [
"urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
},
{
"enum": [
"urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
],
"description": "urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
},
{
"enum": [
"urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"
],
"description": "urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"
}
]
},
Expand Down Expand Up @@ -421,6 +445,12 @@
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
{
"enum": [
"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
],
"description": "urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
}
]
}
Expand Down

0 comments on commit 9660fdf

Please sign in to comment.