Skip to content

Commit

Permalink
SHIBUI-1582 Fixed requirement in assertion consumer services
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 5, 2019
1 parent 81fe87e commit a6ac4a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
"AssertionConsumerService": {
"type": "object",
"title": "label.assertion-consumer-service-endpoint",
"required": [
"locationUrl",
"binding"
],
"properties": {
"locationUrl": {
"title": "label.assertion-consumer-service-location",
Expand Down

0 comments on commit a6ac4a8

Please sign in to comment.