From f2037b4fa5059620e801a2abe4d103c9b6403a8c Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:38:03 +0700 Subject: [PATCH] fix: wrong openapi security definition --- tsoa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsoa.json b/tsoa.json index 715964a..bae95d0 100644 --- a/tsoa.json +++ b/tsoa.json @@ -7,7 +7,7 @@ "specVersion": 3, "securityDefinitions": { "keycloak": { - "type": "http", + "type": "apiKey", "name": "Authorization", "description": "Keycloak Bearer Token", "scheme": "bearer"