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.json
  • Loading branch information
chasegawa committed Sep 27, 2022
1 parent 31e2f7d commit 88dd8a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,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

0 comments on commit 88dd8a6

Please sign in to comment.