add common/baserow-oauth-stub/oauth-authorization-server.json (fix connecteur Claude.ai Baserow MCP)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user