May 2025 Summaries
5 posts from Ory
Filter
Month:
Year:
Post Summaries
Back to Blog
Ory Polis is a comprehensive solution designed to address the complex authentication needs of modern enterprises and SaaS platforms by facilitating enterprise Single Sign-On (SSO) through seamless integration of SAML and OIDC protocols, alongside SCIM-based directory synchronization. Positioned to support both B2B and B2B2C scenarios, it enables businesses to modernize their identity infrastructure without disruption, offering a simplified path to implementing robust enterprise SSO through its developer-friendly APIs. The acquisition of Ory Polis enhances Ory's identity and access management (IAM) capabilities by providing universal SSO support, standardized directory synchronization, and self-service administration, all while maintaining compatibility with legacy systems. This strategic move positions Ory as a leading provider of flexible, modular identity solutions, delivering immediate benefits such as improved security, deployment flexibility, and accelerated time-to-value for enterprise customers. By integrating Ory Polis, organizations can streamline identity management, support enterprise requirements without compromising developer experience, and maintain a modern security posture, ultimately making Ory the preferred choice for comprehensive identity solutions across various business scenarios.
May 29, 2025
975 words in the original blog post.
The Model Context Protocol (MCP) is gaining traction as a standard for enabling applications to provide context to AI agents and LLMs, facilitating their interaction with services such as real-time weather data in a standardized manner. However, security concerns arise with unrestricted access, particularly when sensitive data or critical operations are involved. To address these concerns, MCP incorporates OAuth 2.1 authorization protocols, with Ory Hydra offering a robust, standards-compliant authorization server for MCP implementations. The guide outlines the implementation process using Ory's resources, emphasizing the importance of OAuth for secure agent interactions. It details setting up an MCP server utilizing the @ory/mcp-oauth-provider package, which integrates with Ory, and offers step-by-step instructions for configuring environmental variables, creating an Express server, and handling authentication securely. The guide concludes by highlighting Ory Hydra's security features, such as PKCE verification, dynamic permission scoping, and audit logging, which ensure that agentic AI systems are secure and scalable.
May 27, 2025
2,014 words in the original blog post.
Ory offers a flexible approach to identity and access management (IAM) that transcends the traditional dilemma of choosing between building a custom solution or buying an expensive commercial one. Organizations often face challenges with homegrown IAM systems becoming cumbersome or commercial solutions being costly and causing disruptions in user experience. Ory's modular and customizable solutions allow organizations to deploy IAM systems tailored to their needs, combining both software and SaaS options. This flexibility enables businesses to maintain control over user experience while avoiding the high costs and inefficiencies associated with traditional solutions. As a result, innovative companies, such as OpenAI and Axel Springer, are adopting Ory to enhance their IAM systems, demonstrating its effectiveness in modernizing access management for diverse stakeholders.
May 20, 2025
357 words in the original blog post.
Over the past two decades, the cybersecurity industry has made significant strides in promoting a more secure, skeptical, and zero-trust-first approach among users, yet by 2025, a troubling trend emerges where users increasingly download and execute unverified software from forums, Discord servers, and GitHub gists. Despite being the most security-aware generation, users often bypass essential security checks in community-driven environments where trust is based on social connections rather than technical verification. This behavior represents a regression to early 2000s levels of implicit trust, as users mistakenly equate popularity with safety, thereby exposing their systems to potential risks. The current situation highlights a significant failure in ecosystem design, as modern security tools are ineffective against threats that users willingly invite. To address this issue, security measures need to integrate more seamlessly into platforms where users interact, such as GitHub and Discord, by providing secure distribution channels, community-led reviews, and rethinking the default user experience of code distribution to prioritize safety and verification.
May 08, 2025
847 words in the original blog post.
Authentication is a critical yet challenging feature for developers building Next.js applications, as it requires significant effort to ensure security without compromising user experience. Despite Next.js's popularity for its flexibility, its hybrid rendering model complicates session management, split between server and client components. Developers face challenges such as securing cookies, avoiding broken redirects, and building secure login UIs, often leading to vulnerabilities if not handled correctly. Industry standards like NIST 800-63B and solutions such as WebAuthn and multi-factor authentication can enhance security, but comprehensive session management remains essential. Utilizing authentication libraries or identity providers like Ory can alleviate these burdens, offering battle-tested security features such as strong password policies and MFA, while allowing developers to focus on core application logic. By treating authentication as infrastructure and leveraging specialized expertise, teams can reduce security risks, accelerate development, and enhance user experience, transforming authentication from a liability into an asset.
May 06, 2025
1,286 words in the original blog post.