v1.44.2
New features:
- SSO - SAML 2.0 & OpenID Connect - connect your identity provider (Okta, Azure AD, Google Workspace, Keycloak) and let your team sign in with existing corporate credentials. Supports metadata URL auto-sync, request signing, and email domain routing. One domain = one SSO config.
- SCIM 2.0 provisioning - automatically add and remove users when they join or leave your identity provider. No manual user management needed. Bearer token authentication with SHA-256 hashed storage.
- Organizations & multi-tenancy - create multiple organizations on a single TaskView instance. Each org has its own projects, members, and settings. Switch between orgs instantly. Three roles: Owner, Admin, Member.
- MCP server - Model Context Protocol server for AI integration. Connect Claude Desktop, Cursor, or Claude Code to TaskView. Create tasks, list projects, manage work - all from your AI assistant using natural language. Ships as an npm package (
taskview-mcp). - Webhooks - get notified when tasks, projects, or lists change. Send events to Slack, Discord, or your own services. Webhook secrets are encrypted at rest.
Documentation:
- Added SSO documentation (
/docs/features/sso) - SAML 2.0 and OIDC setup guides, email domain routing, user provisioning, replay attack protection, API reference. - Added Organizations documentation (
/docs/features/organizations) - creation, member management, roles, multi-tenancy. - Updated Environment Variables (
/docs/configuration/environment-variables) -ENCRYPTION_KEYnow required for SSO and integrations.
