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 + } +}