Home / Companies / Ory / Blog / August 2026

August 2026 Summaries

11 posts from Ory

Filter
Month: Year:
Post Summaries Back to Blog
Identity and Access Management (IAM) combines authentication, authorization, identity lifecycle management, and auditing to control who can access corporate systems and what they can do, helping organizations mitigate credential theft, excessive privileges, orphaned accounts, compliance failures, and unmanaged identities. Core enterprise capabilities include single sign-on, multi-factor authentication, access governance, role- and attribute-based controls, automated provisioning, audit reporting, and integration across cloud, on-premises, and SaaS environments. IAM vendors differ by specialty: Okta and Microsoft Entra ID emphasize workforce SSO, SailPoint focuses on governance and compliance, CyberArk secures privileged accounts, Ping supports complex federation, and Ory and Keycloak offer more modular or open-source, self-hosted approaches. Choosing a platform requires evaluating identity scale, regulatory obligations, application and protocol compatibility, deployment needs, pricing, vendor lock-in, and support for non-human identities such as service accounts, API keys, and AI agents. IAM also underpins Zero Trust by enabling continuous verification, least-privilege access, and identity-based controls, while emerging priorities include passwordless login, adaptive authentication, and machine identity governance.
Aug 31, 2026 2,586 words in the original blog post.
An identity provider (IdP) is a central service that stores and verifies digital identities, authenticates users, and issues signed tokens that allow applications to grant access without directly handling passwords. It underpins modern identity and access management by enabling consistent single sign-on, multi-factor authentication, Zero Trust enforcement, and automated account provisioning through standards such as SAML, OpenID Connect, OAuth 2.0, and SCIM. Without a robust centralized IdP, organizations risk fragmented user directories, unmanaged accounts, inconsistent security policies, credential-based attacks, excessive permissions, and vendor lock-in. IdPs can serve consumer, workforce, B2B, cloud, self-hosted, and machine-identity use cases, with deployment choices balancing convenience, customization, data control, and compliance requirements. The text recommends evaluating providers for open standards, portability, scalability, modularity, deployment flexibility, developer experience, and governance features, while presenting Ory’s modular authentication, authorization, OAuth, and Zero Trust products as an example of an identity platform designed to maintain infrastructure and data control.
Aug 28, 2026 2,557 words in the original blog post.
Ory has joined OpenAI’s Trusted Access for Cyber program, enabling approved security and engineering teams to use the defensive AI model Daybreak Blue in controlled environments for tasks such as secure code review, threat modeling, vulnerability discovery, remediation, and patch validation. As OpenAI uses Ory’s cloud-native identity and access management infrastructure, security improvements to Ory components such as Ory Hydra may also strengthen OpenAI’s authentication systems. Ory plans to integrate these capabilities into its secure software development lifecycle to detect authentication flaws earlier, accelerate validation of fixes, and improve resilience across its open-source IAM ecosystem, while emphasizing least-privilege access, human oversight, and proactive preparation for emerging AI-assisted security threats.
Aug 25, 2026 487 words in the original blog post.
Security teams are increasingly applying familiar perimeter-security concepts such as bastion hosts, VPNs, segmentation, and centralized MCP servers to agentic workloads, reflecting a revival of older security terminology and architectures. While these controls remain useful for protecting network boundaries, the author argues that they are insufficient for agents that operate at machine speed and can perform local shell commands, file writes, API requests, and tool calls without crossing a traditional network chokepoint. The proposed alternative is to enforce identity, authorization, auditing, and policy decisions within the agent harness or SDK layer, where each specific action can be evaluated in context. Ory Agent Security is presented as a product pursuing this approach, expanding support from five to eleven coding-agent harnesses and adding thirteen SDK integrations for custom agent frameworks, all governed through a shared policy model. The author recommends retaining conventional network controls while first monitoring agent behavior, then introducing targeted enforcement at the points where agents actually act.
Aug 17, 2026 1,087 words in the original blog post.
Agentic AI governance focuses on controlling the real-world actions autonomous systems can take, including API calls, data access, workflow execution, and irreversible operations, rather than only evaluating model accuracy, bias, or output quality. It argues that every agent should have a unique machine identity, tightly scoped least-privilege permissions, and runtime policy enforcement at API or authorization boundaries so controls remain effective even if an agent behaves unexpectedly or is compromised. Key risks include unauthorized tool use, privilege accumulation, data leakage, irreversible actions, unpredictable multi-agent behavior, and unclear accountability. A proposed governance lifecycle includes defining delegated authority, issuing distinct credentials, applying fine-grained authorization, logging every decision and action, requiring human review for high-impact tasks, maintaining incident-response kill switches, and continuously monitoring for permission drift. The discussion also highlights frameworks such as the EU AI Act, NIST AI RMF, ISO 42001, and OWASP guidance, while presenting Ory’s identity, authentication, authorization, and provisioning products as infrastructure for implementing governance across individual and large-scale multi-agent deployments.
Aug 14, 2026 2,356 words in the original blog post.
AI is accelerating software vulnerability discovery for both defenders and attackers, intensifying the longstanding security imbalance in which attackers need only find one flaw while defenders must protect every potential weakness. The passage argues that rising bug bounty submissions reflect continuous, automated code analysis rather than increased human research, making vulnerabilities and zero-days more likely to be found at machine speed. Because the same AI capabilities can improve defensive scanning or enable attackers to identify overlooked flaws, organizations that adapt their processes fastest gain an advantage. It urges security leaders to treat the increase in discovered vulnerabilities as a lasting baseline rather than a temporary spike, shift from periodic audits and quarterly patch cycles toward continuous monitoring and remediation, and pay particular attention to internally developed and lightly managed open-source components.
Aug 11, 2026 635 words in the original blog post.
Multi-tenancy enables a single SaaS application to serve multiple customer organizations through shared code and infrastructure while logically separating each tenant’s users, data, and settings with a Tenant ID. Compared with dedicated single-tenant deployments, it reduces costs, simplifies maintenance, supports rapid onboarding, and scales pooled capacity efficiently, but it makes strong access control essential because an omitted tenant filter or authorization flaw can expose data across customers. Organizations can select silo, pooled, or hybrid isolation models, and database designs range from shared tables with tenant identifiers to separate schemas or dedicated databases, balancing cost, management overhead, security, and compliance requirements. Key operational challenges include noisy-neighbor performance, data residency rules, and limited deep customization, which can be addressed through quotas, geographic partitioning, tiered infrastructure, configuration options, and feature flags. The account emphasizes identity and access management as the critical enforcement layer, requiring tenant-aware authentication, single sign-on options, fine-grained tenant-scoped permissions, and self-service administration; it presents Ory’s Kratos, Hydra, and Keto products as tools for authentication, OAuth and OpenID Connect, and relationship-based authorization in multi-tenant B2B applications.
Aug 10, 2026 2,260 words in the original blog post.
SCIM, or System for Cross-domain Identity Management, is an open standard that automates user account provisioning, updates, group management, and de-provisioning between an identity provider such as Okta, Microsoft Entra ID, or Ory and business applications. Defined by SCIM 2.0 RFCs 7642, 7643, and 7644, it uses standardized REST APIs, core User and Group resources, and bearer-token authentication to reduce the need for custom integrations and manual account administration across large SaaS environments. Its primary security benefit is rapid, consistent removal or disabling of access when employees leave or change roles, reducing risks from orphaned accounts while improving audit readiness and onboarding efficiency. SCIM complements rather than replaces SAML and single sign-on: SCIM ensures accounts exist and remain current, while SAML and SSO authenticate users at login. Successful implementations require mapping lifecycle events and attributes, configuring secure endpoints and tightly managed tokens, supporting monitoring for synchronization failures, and using group provisioning to align access with roles. The text also presents Ory’s identity platform, including Kratos, Hydra, and Keto, as an integrated option for organizations that need SCIM provisioning, authentication, and fine-grained authorization at scale.
Aug 07, 2026 2,391 words in the original blog post.
Cloud and on-premise infrastructure differ primarily in whether organizations rent third-party computing resources or own and operate their own hardware, with the best option determined by workload behavior, compliance obligations, budget preferences, and required control. Cloud services convert upfront capital spending into usage-based operating costs, enable rapid scaling, reduce hardware maintenance, and support remote access, but may create long-term expense, internet dependency, vendor lock-in, and less direct control. On-premise deployments require substantial investment and internal operational expertise but provide full data control, customization, predictable low-latency performance, and potentially lower costs for stable, highly utilized workloads over time. Security responsibilities differ rather than making either model inherently safer: cloud providers protect underlying infrastructure while customers manage data, access, and configurations, whereas on-premise organizations manage all layers themselves. Hybrid deployments commonly combine on-premise control for regulated or sensitive workloads with cloud elasticity for variable demand, though they increase integration and security-management complexity. The discussion also emphasizes that identity and access management requires particular attention to data residency, authentication latency, and deployment portability, presenting Ory’s self-hosted, enterprise, and managed offerings as options intended to support different infrastructure strategies without requiring integration rewrites.
Aug 06, 2026 2,090 words in the original blog post.
Device binding, or device authentication, uses public-key cryptography and hardware-backed keys to restrict account access to one specific verified phone, addressing account takeover risks that passwords, SMS codes, tokens, and often synchronized passkeys cannot fully prevent. During enrollment, a device generates a non-exportable private key in Apple Secure Enclave or Android Keystore hardware, while platform attestation verifies that the key belongs to a genuine, uncompromised physical device; later logins require the enrolled device to sign a server challenge after biometric or PIN verification. Unlike passkeys, which are designed to synchronize across a user’s devices for convenience, device binding is intended for businesses such as banks and fintechs that require access to remain limited to an approved device. It can serve either as a second factor for sensitive actions or as a passwordless first factor, with Ory’s app PIN offering an alternative for users without or unwilling to use biometrics while protecting against offline guessing through rate limits and key destruction after repeated failures. Ory’s implementation supports iOS and Android native applications and meets NIST AAL2 requirements, with potential future support for AAL3 when keys use dedicated security hardware.
Aug 06, 2026 977 words in the original blog post.
Hybrid Identity and Access Management (IAM) is an architectural approach that combines on-premises identity infrastructure with cloud IAM services, allowing organizations to maintain sensitive identity data in their own data centers while leveraging cloud capabilities for modern authentication, scalability, and global accessibility. This model is particularly beneficial for enterprises operating mixed environments, such as those with legacy applications tied to on-premises directories like Active Directory, alongside customer-facing applications running in cloud platforms like AWS or Azure. Hybrid IAM offers a solution to challenges such as data residency, compliance, and the need to integrate immovable legacy systems without undergoing disruptive migrations. By employing open standards like OAuth 2.0, OIDC, SAML, and SCIM, hybrid IAM avoids vendor lock-in and supports a seamless user experience across both environments. It also accommodates various identity contexts, including customer, workforce, and machine identities, while supporting Zero Trust security models. The adoption of hybrid IAM is driven by regulatory pressures, the complexity of cloud migrations, and the need to modernize legacy systems, providing operational control over identity data and reducing the total cost of ownership.
Aug 04, 2026 2,741 words in the original blog post.