From 239a64c7204a779ef7c39fcc0972e30dd848fa6b Mon Sep 17 00:00:00 2001 From: RaggedStaff Date: Fri, 26 Jul 2024 10:16:28 +0100 Subject: [PATCH] Added description to auth header --- dfc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dfc.yaml b/dfc.yaml index 84b8f16..4430759 100644 --- a/dfc.yaml +++ b/dfc.yaml @@ -19,6 +19,7 @@ components: oidc_token: type: openIdConnect openIdConnectUrl: https://login.lescommuns.org/auth/realm/datafoodconsortium + description: "Provide a JWT Access Token in the header, with approriate access from the Keycloak server. Format: Authorzation: JWT " security: - oidc_token: []