Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
Adding defaults for the protocol (which could happen with historical data)
  • Loading branch information
chasegawa committed Oct 20, 2022
1 parent 574a6b7 commit afad4b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": {
"title": "label.source-protocol",
"description": "tooltip.source-protocol",
"type": "string"
"type": "string",
"default": "oidc"
},
"serviceProviderName": {
"title": "label.service-provider-name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"protocol": {
"title": "label.source-protocol",
"description": "tooltip.source-protocol",
"type": "string"
"type": "string",
"default": "saml"
},
"serviceProviderName": {
"title": "label.service-provider-name",
Expand Down

0 comments on commit afad4b3

Please sign in to comment.