From 1d6fa7e6003107e0fd04ae6ac28bcec5fdf7b673 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Thu, 5 Sep 2024 11:17:36 +0200 Subject: [PATCH] Remove security stuff from spec to prevent CORS problems --- src/openapi/products/ABTProducts-v2.2.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/openapi/products/ABTProducts-v2.2.json b/src/openapi/products/ABTProducts-v2.2.json index 7a4ad0d..5a0538f 100644 --- a/src/openapi/products/ABTProducts-v2.2.json +++ b/src/openapi/products/ABTProducts-v2.2.json @@ -10,13 +10,6 @@ "url": "https://api.integratielaag.nl/abt/products/2.2" } ], - "security": [ - { - "clientCredentials": [ - "profile" - ] - } - ], "tags": [ { "name": "ABTProducts CRUD", @@ -2541,19 +2534,6 @@ "productName": "TODO" } } - }, - "securitySchemes": { - "clientCredentials": { - "type": "oauth2", - "flows": { - "clientCredentials": { - "tokenUrl": "https://api.integratielaag.nl/oauth2/token", - "scopes": { - "profile": "Get JWT containing AAD groups" - } - } - } - } } } } \ No newline at end of file