From bb1fba7fde78dd4b79af26b3ff421811cd63fd4a Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 7 Jul 2020 15:36:08 +0200 Subject: [PATCH] v2 --- openapi.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openapi.json b/openapi.json index dafc639..80bedf4 100644 --- a/openapi.json +++ b/openapi.json @@ -331,15 +331,13 @@ } } }, - "type": "oauth2", - "description": "oidc" + "type": "oauth2" } } }, "security": [ { "oidc": [ - "oidc" ] } ]