Home / Companies / WorkOS / Blog / September 2026

September 2026 Summaries

5 posts from WorkOS

Filter
Month: Year:
Post Summaries Back to Blog
No summary generated yet.
Sep 02, 2026 2,331 words in the original blog post.
No summary generated yet.
Sep 02, 2026 1,710 words in the original blog post.
No summary generated yet.
Sep 02, 2026 1,594 words in the original blog post.
MCP’s existing Step-Up Authorization Flow handles insufficient OAuth scopes, allowing servers to return a 403 insufficient_scope challenge and clients to request broader permissions, but it does not address whether a human user has recently re-authenticated or remains present for a sensitive action. That distinct authentication step-up problem is covered by RFC 9470 through concepts such as insufficient_user_authentication, acr_values, max_age, and auth_time, none of which MCP currently adopts. This gap is especially significant for long-running, unattended, and resumable agent sessions, where a valid token with durable permissions may be tied to an authentication event from hours or days earlier. MCP’s URL mode elicitation can support an out-of-band browser-based approval process and requires servers to verify the identity of the user completing it, but it does not provide a standard way to require authentication freshness. Until MCP and authorization servers support RFC 9470-style challenges, servers handling destructive operations should implement their own short-lived, single-use approvals bound to the verified user identity, the exact operation and its arguments, and a fresh authentication event.
Sep 01, 2026 2,175 words in the original blog post.
AI agents intensify identity and audit challenges because they can act continuously and rapidly under delegated human authority, making it essential to link credentials with records of application-level actions. FusionAuth 1.69 introduces a dedicated AI Agent entity, lifecycle webhooks, audit and event logging, stronger issuer and key-validation controls, and existing DPoP support, providing self-hosted teams with robust identity-provider events and delivery infrastructure; however, application resource actions such as document access must still be logged, retained, and correlated separately. WorkOS’s AuthKit Agent Registration uses the auth.md protocol and OAuth metadata discovery to let agents self-register for scoped, short-lived credentials, initially anonymously or through trusted service authentication, with a claim process that binds an agent to a user. Its tokens include the agent registration ID, organization, scopes, and an RFC 8693-style delegation claim identifying the authorizing user, enabling application audit events to use the same identifiers. WorkOS Audit Logs and Log Streams provide managed storage and delivery to common security and analytics destinations, although customers must define event schemas and decide which actions to record. The central distinction is whether organizations prefer FusionAuth’s self-operated identity infrastructure and separately joined application audit records or WorkOS’s hosted system that combines agent registration, delegated credentials, and application audit trails around a shared identifier.
Sep 01, 2026 1,998 words in the original blog post.