Added description to auth header

This commit is contained in:
RaggedStaff
2024-07-26 10:16:28 +01:00
parent 4eae5ba45d
commit 239a64c720

View File

@@ -19,6 +19,7 @@ components:
oidc_token: oidc_token:
type: openIdConnect type: openIdConnect
openIdConnectUrl: https://login.lescommuns.org/auth/realm/datafoodconsortium 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 <base64-acccess-token>"
security: security:
- oidc_token: [] - oidc_token: []