Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
Added missing protocol to metadata-sources-ui-schema.jsons
  • Loading branch information
chasegawa committed Sep 27, 2022
1 parent 88dd8a6 commit 2ce3c74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"SAML 1.1"
],
"description": "SAML 1.1"
},
{
"enum": [
"http://openid.net/specs/openid-connect-core-1_0.html"
],
"description": "OIDC"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"SAML 1.1"
],
"description": "SAML 1.1"
},
{
"enum": [
"http://openid.net/specs/openid-connect-core-1_0.html"
],
"description": "OIDC"
}
]
},
Expand Down

0 comments on commit 2ce3c74

Please sign in to comment.