From 03c5ef7b36681f8c0808ebb62a60693852b9ef0b Mon Sep 17 00:00:00 2001 From: bolbol Date: Tue, 28 Jul 2026 12:25:51 +0000 Subject: [PATCH] add common/baserow-oauth-stub/oauth-protected-resource.json (fix connecteur Claude.ai Baserow MCP) --- common/baserow-oauth-stub/oauth-protected-resource.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/baserow-oauth-stub/oauth-protected-resource.json diff --git a/common/baserow-oauth-stub/oauth-protected-resource.json b/common/baserow-oauth-stub/oauth-protected-resource.json new file mode 100644 index 0000000..dbe46d4 --- /dev/null +++ b/common/baserow-oauth-stub/oauth-protected-resource.json @@ -0,0 +1,4 @@ +{ + "resource": "https://baserow.bolbol.tn", + "bearer_methods_supported": ["header"] +}