Home / Companies / Ory / Blog / August 2026

August 2026 Summaries

4 posts from Ory

Filter
Month: Year:
Post Summaries Back to Blog
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.
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.
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.
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.