From 711be2c75198f8472a32632becc31884b7eea2f3 Mon Sep 17 00:00:00 2001 From: Konrad Zagozda Date: Wed, 9 Jul 2025 15:38:24 +0200 Subject: [PATCH] fix security.md OAuth 2.0 example --- specification/security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/security.md b/specification/security.md index a7cbec2..84327e2 100644 --- a/specification/security.md +++ b/specification/security.md @@ -159,6 +159,7 @@ components: flows: clientCredentials: tokenUrl: https://learn.openapis.org/oauth/2.0/token + scopes: # Only reading the board allow with delegated access board:read: Read the board user2AppOauth: