add common/baserow-oauth-stub/oauth-authorization-server.json (fix connecteur Claude.ai Baserow MCP)

This commit is contained in:
2026-07-28 12:25:50 +00:00
parent 145e2118b3
commit e5c2fa657d
@@ -0,0 +1,10 @@
{
"issuer": "https://baserow.bolbol.tn",
"authorization_endpoint": "https://baserow.bolbol.tn/authorize",
"token_endpoint": "https://baserow.bolbol.tn/token",
"registration_endpoint": "https://baserow.bolbol.tn/register",
"response_types_supported": ["code"],
"grant_types_supported": ["authorization_code", "refresh_token"],
"code_challenge_methods_supported": ["S256", "plain"],
"token_endpoint_auth_methods_supported": ["none"]
}