Request OAuth 2.0 support for third-party integrations
Would TeamDesk consider adding OAuth 2.0 support for third-party applications that need to access a user’s TeamDesk database?
Ideally, this would support the OAuth 2.0 Authorization Code flow with PKCE and include:
* A hosted authorization and consent screen * Client registration with redirect URIs * Short-lived access tokens and refresh tokens * Granular scopes for databases, tables, records, attachments, and administrative actions * User-selectable database access during authorization * Token revocation and connection management * Secure token rotation * Support for state and PKCE validation * A standard discovery document or clearly documented authorization, token, and revocation endpoints
At the moment, integrations appear to rely on manually generated, long-lived REST API tokens. OAuth support would allow platforms to offer a proper “Connect TeamDesk” flow without asking users to copy credentials or requiring third-party services to store permanent API tokens.
Is OAuth 2.0 for external integrations currently planned or available through a private or enterprise API?