From af0e5c5e29fb42465f211218ea0050e2b295b7fb Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Mon, 3 Jul 2023 16:46:05 -0700 Subject: [PATCH] add openid as api auth --- src/tsoa-v2.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tsoa-v2.json b/src/tsoa-v2.json index f121dff89..5046af3f3 100644 --- a/src/tsoa-v2.json +++ b/src/tsoa-v2.json @@ -24,6 +24,11 @@ "description": "Authz Portal Login", "scheme": "bearer", "bearerFormat": "JWT" + }, + "openid": { + "type": "openIdConnect", + "description": "OIDC Login", + "openIdConnectUrl": "https://well_known_endpoint" } }, "tags": [