Home / Companies / Clerk / Blog / November 2024

November 2024 Summaries

3 posts from Clerk

Filter
Month: Year:
Post Summaries Back to Blog
Enterprise customers offer significant growth potential for B2B applications but present unique challenges, such as onboarding a large user base efficiently. Integrating Secure Assertion Markup Language (SAML), a single sign-on standard, with verified domains can automate and streamline this process, enhancing user experience and reducing support workload. SAML facilitates secure communication between systems by sharing user details and supports Just-in-Time (JIT) Provisioning, allowing flexible attribute mapping. When configured with a SAML connection, users logging in with associated email addresses are prompted to authenticate using their enterprise identity provider, simplifying access. Verified domains enable automatic enrollment of users from large corporations into applications, allowing them to use their existing work credentials for immediate access. The article provides a detailed guide for configuring SAML with Google Workspaces and setting up verified domains within organizations using the Clerk platform, ultimately simplifying and accelerating the onboarding process for enterprise customers.
Nov 26, 2024 1,095 words in the original blog post.
Clerk has introduced EASIE SSO, a simplified enterprise Single Sign-On (SSO) solution designed to address the current shortcomings in user experience, developer ease, and IT administration associated with traditional SSO systems. By integrating with Google and Microsoft OpenID Connect (OIDC), EASIE SSO adds enterprise-specific features such as email domain-based enrollment, mandatory sign-in through a chosen provider, just-in-time provisioning, and automatic session management, all without the need for managing SAML metadata or OIDC secrets. This solution eliminates the previously standard usage-based SSO fees to make enterprise SSO more accessible. Clerk aims to resolve security challenges and ease the complexity of existing systems, hoping to broaden the adoption of SSO among businesses of all sizes. EASIE SSO is developed as an open specification, encouraging widespread implementation beyond Clerk’s user base, with the goal of making enterprise SSO more prevalent and user-friendly.
Nov 20, 2024 502 words in the original blog post.
Liveblocks is a platform that allows developers to incorporate collaborative features and real-time functionality into their applications easily, using a component-driven approach. It offers a structure where users can interact in isolated virtual spaces known as Rooms, which can be secured by configuring access controls. By integrating Liveblocks with Clerk, developers can enhance security by ensuring that only authorized users can access specific Rooms, as Clerk facilitates user authentication and information integration. The article outlines how to create an API route in Next.js to perform security checks, such as verifying user authentication and task permissions, before issuing a security token for accessing Liveblocks. This setup enhances the user experience by displaying user information like names and avatars within Liveblocks components, derived from Clerk data. The integration process is demonstrated through a team-based task manager example, illustrating the seamless collaboration possible when combining Liveblocks with a user management system like Clerk.
Nov 19, 2024 1,120 words in the original blog post.