From 0461cd3b248f118e1e9800b4d8478bc54da7b431 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 12 Sep 2019 15:37:10 +0200 Subject: [PATCH] V2 --- openapi-spec.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index 1181b1e..c5dfc89 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -212,9 +212,14 @@ components: message: type: string securitySchemes: - api-key: - type: apiKey - name: api-key - in: header + oidc: + flows: + clientCredentials: + tokenUrl: https://filled.later/ + refreshUrl: https://filled.later/ + scopes: + openid: openid + type: oauth2 security: -- api-key: [] +- oidc: + - openid