Enterprise SSO, a redesigned playground demo, and bug fixes
SEPTEMBER 2026
This month's update brings Enterprise Single Sign-On support via OpenID Connect, a completely redesigned playground demo, and several bug fixes across the Components SDK and Flutter SDK.
Highlight
Enterprise Single Sign-On (SSO) with OpenID Connect
TalkJS now supports Single Sign-On (SSO). With SSO, you can delegate authentication to your existing identity provider, instead of requiring a separate TalkJS-managed password. TalkJS SSO works via OpenID Connect (OIDC), so it's compatible with most major identity providers, including Okta, Google Workspace, Microsoft Entra ID (formerly Azure AD), Auth0, and Keycloak. SSO is available on Enterprise plans. Learn more about setting up Enterprise SSO.
Overview
Fixed
Components SDK
Version 0.3.6
- Fixed a bug on iOS where file upload would not always work.
Version 0.3.5
- Fixed an issue where wide messages could appear horizontally misaligned.
- Fixed a bug that caused some old apps to get stuck on an infinite loading spinner.
- Fixed a bug that caused location upload attempts to fail and do nothing.
Flutter SDK
Version 0.18.1
- Fixed a code regression when triggering
onSelectConversation.
Resources
New playground demo
Try out TalkJS without writing any code. The redesigned playground demo lets you explore real chat features, such as message reactions, voice notes, and attachments. You can toggle between different layouts, color schemes and UI configurations to see what fits your use case. It's a great way to get a feel for what's possible before diving into the docs. Try the playground →