From f0fe1f770fcf1b405d0e1645672d9539791d7feb Mon Sep 17 00:00:00 2001 From: Jeffy Mathew Date: Wed, 13 Nov 2024 16:05:50 +0100 Subject: [PATCH] make upstream oauth password client secret not required --- apidef/oas/schema/x-tyk-api-gateway.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apidef/oas/schema/x-tyk-api-gateway.json b/apidef/oas/schema/x-tyk-api-gateway.json index 2efd81bc2ec..4270739b09c 100644 --- a/apidef/oas/schema/x-tyk-api-gateway.json +++ b/apidef/oas/schema/x-tyk-api-gateway.json @@ -2128,7 +2128,6 @@ }, "required": [ "clientId", - "clientSecret", "tokenUrl", "username", "password"