From cc3cf565baeab7fe9a273ec633468bc198f5a9ae Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 6 Jul 2021 17:17:32 +0200 Subject: [PATCH] v0.9 --- openapi.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/openapi.json b/openapi.json index f24cc60..1ba5cee 100644 --- a/openapi.json +++ b/openapi.json @@ -319,27 +319,6 @@ }, "description": "Generic response when not found." } - }, - "securitySchemes": { - "oidc": { - "flows": { - "clientCredentials": { - "tokenUrl": "https://filled.later", - "refreshUrl": "https://filled.later", - "scopes": { - "oidc": "oidc" - } - } - }, - "type": "oauth2" - } - } - }, - "security": [ - { - "oidc": [ - "oidc" - ] } - ] -} \ No newline at end of file + } +}