August 2026 Summaries
9 posts from Descope
Filter
Month:
Year:
Post Summaries
Back to Blog
AI agents and Model Context Protocol (MCP) systems require identity controls beyond conventional user login, including independent agent identities, secure per-server access boundaries, delegated and granular consent, vaulted third-party credentials, context-aware authorization, human approval for sensitive actions, and support for emerging standards such as OAuth 2.1, PKCE, CIMD, Dynamic Client Registration, and XAA. The comparison argues that Descope provides these functions as an integrated agentic identity platform, with first-class agent directories, per-MCP-server OAuth controls, unified storage for OAuth tokens and API keys, policy enforcement across agents, servers, tokens, and credentials, and dedicated Python and TypeScript SDKs. Auth0 is presented as an established application authentication provider that supports many relevant standards and agent use cases, but with some features—such as Agent as Principal and Cross App Access—in early access or distributed across Auth0, Okta for AI Agents, Actions, and additional products. The post also describes Cequence Security’s use of Descope for multi-tenant SSO and later MCP security, and says organizations can adopt Descope alongside Auth0 for new agent and MCP workloads before optionally pursuing a fuller migration.
Aug 25, 2026
3,406 words in the original blog post.
Fraud detection at authentication evaluates behavioral, credential, device, bot, and third-party intelligence signals at login or during sensitive actions to identify account takeover and other attacks before they lead to transactions or data exposure. It distinguishes login fraud, such as credential stuffing, MFA bypasses, and fake-account creation, from payments fraud, which occurs after access is gained, while emphasizing that early login controls can reduce downstream financial losses. The recommended approach is layered, risk-based security that combines signals including unusual geography or IP activity, breached passwords, device fingerprints, and bot detection, then applies step-up verification or blocks access only when risk warrants it. Phishing-resistant methods such as passkeys, biometrics, and magic links reduce reliance on stealable passwords and SMS codes, while adaptive controls aim to preserve a smooth experience for legitimate users. The discussion highlights applications in large consumer platforms, fintech, banking, and healthcare, cautions against password-only security, blanket friction, and reliance on a single defense, and presents Descope’s visual no-code flows and fraud-service connectors as a way to coordinate authentication and risk decisions.
Aug 18, 2026
3,361 words in the original blog post.
A tutorial demonstrates how to build a secure LlamaIndex daily-planning agent backed by Descope’s Agentic Identity Hub and an MCP server, addressing the risks of hardcoded or broadly shared credentials in autonomous AI workflows. The agent authenticates through Descope using Dynamic Client Registration and PKCE, sends a scoped bearer token to a FastMCP server, and accesses weather data, Google Calendar events, and Notion page creation tools only after server-side scope validation. Descope Connections stores each user’s WeatherAPI key, Google OAuth token, and Notion DCR-based OAuth credential separately, while the MCP server retrieves these credentials only at runtime, keeping them hidden from the agent and codebase. If a connection has not yet been authorized, each tool returns a user-facing authorization link rather than failing, after which Descope manages stored tokens and refreshes where needed. The LlamaIndex ReActAgent combines weather and schedule information into a structured Notion daily plan, while Descope provides user-specific access boundaries and audit records for authorization events, credential retrieval, and external actions.
Aug 18, 2026
5,770 words in the original blog post.
Authentication is presented as the main challenge in building Model Context Protocol servers because OAuth-based clients require secure token issuance, discovery endpoints, claim-based permissions, and request verification, all of which can otherwise require operating a separate OAuth/OIDC system. The walkthrough uses a Next.js App Router server with mcp-handler, jose for local JWT verification, zod for input validation, Descope as an inbound OAuth/OIDC provider, mcp-remote for local Claude Desktop testing, and Vercel deployment. Descope supplies authorization endpoints, OIDC discovery, JWKS keys, configurable MCP scopes, policies, and client registration, while the MCP server verifies bearer tokens, validates issuer and audience, extracts scopes, roles, and identity claims, and enforces permissions inside individual tool handlers. Recommended authorization patterns include checks for OAuth scopes, user roles, email domains, or combinations of these controls. An AuthTown Slack integration illustrates how person-specific JWTs support both access control and accountability when searching public or private community channels, unlike shared API keys that cannot identify the requester. The guide also advises using the current registerTool SDK method, clearing cached local tokens when testing changed permissions, caching OIDC discovery and JWKS configuration, logging received claims during development, and ensuring production token audiences and server URLs match deployment settings.
Aug 18, 2026
3,129 words in the original blog post.
The tutorial demonstrates how to build a secure Claude Agent SDK application that plans a user’s day by retrieving weather data, reading Google Calendar events, and creating a Notion page, while using Descope’s Agentic Identity Hub to manage authentication, credentials, scopes, and auditing. A FastMCP server validates Descope-issued bearer tokens and enforces tool-specific permissions before retrieving user-scoped credentials at runtime from Descope Connections, including a WeatherAPI static key, a Google Calendar OAuth token, and a Notion OAuth token obtained through Dynamic Client Registration. Credentials remain outside the agent code and environment, and missing connections produce authorization links so users can grant access and rerun the agent. The setup uses PKCE and dynamic client registration for agent authentication, user-specific identities and tokens to prevent cross-user data access, and centralized logs that trace each credential lookup, authorization, and tool call. Once configured, the agent combines weather and calendar information into a schedule and priority plan, saves it to Notion, and illustrates an architecture intended to provide least-privilege access, secret isolation, token management, and accountability for autonomous agent workflows.
Aug 11, 2026
5,770 words in the original blog post.
Descope’s comparison positions its platform as a unified, no/low-code alternative to Stytch’s developer-focused authentication components and APIs. It argues that Descope combines B2C and B2B authentication, enterprise SSO and SCIM, authorization, adaptive MFA, passkeys, fraud integrations, AI-agent and MCP identity, and compliance features within configurable workflows, whereas Stytch often requires developers to assemble journeys, authorization logic, and separate Consumer Auth, B2B Auth, and Connected Apps products. The piece highlights Descope’s embedded and hosted login options, workflow-based A/B testing and fallback logic, tenant-first design, FedRAMP High authorization, and multi-region data residency, while recognizing Stytch as a strong choice for teams seeking granular code-level control. Customer examples from You.com, Branch Insurance, and Fullbay are presented to illustrate migration and operational outcomes, and the article describes phased migration tools intended to let organizations transition from Stytch without interrupting sessions, users, or existing enterprise SSO connections.
Aug 06, 2026
3,382 words in the original blog post.
Descope has launched the Descope MCP Server, a hosted platform that enables AI agents to manage identity infrastructure through natural language interactions. The server, now accessible via Claude Connector and ChatGPT Plugin, allows users to inspect project configurations, manage authentication flows, and handle user and tenant data. It features 23 tools for managing identity objects with default read-only access, allowing for permission escalation when necessary. The server supports platforms like Anthropic Claude and OpenAI's ChatGPT, and facilitates seamless integration with AI agents to enhance user and agent journeys. The company aims to expand native integrations and improve its MCP Server capabilities to support modern, secure applications.
Aug 04, 2026
920 words in the original blog post.
Gartner's 2026 Hype Cycle for Fraud and Financial Crime Prevention highlights emerging technologies that bank CIOs and fraud-prevention leaders can use to detect and combat financial crimes, emphasizing the integration of AI agents and journey-time orchestration (JTO). Descope is recognized as a Sample Vendor for its capabilities in Customer Identity and Access Management (CIAM) for AI Agents and JTO, which are crucial in managing AI-driven transactions and assessing risk throughout the customer journey. The report underscores the importance of managing AI agent identities and consent to prevent account takeovers and improve user experiences. Descope's Agentic Identity Hub and Descope Flows are designed to address these challenges by providing secure management of AI agents and orchestrating user journeys with built-in risk assessment tools. The Hype Cycle serves as a guide for financial institutions to prioritize investments in technologies that are reshaping the landscape of fraud prevention and customer interactions in the digital age.
Aug 03, 2026
3,143 words in the original blog post.
Pharmacy Benefit Managers (PBMs) are crucial in the U.S. prescription drug market, with major companies like Express Scripts, CVS Caremark, and Optum Rx handling a significant portion of claims. As PBMs expand their digital services, integrating member apps, specialty programs, and electronic health records, robust identity and authentication systems have become vital for both access and compliance. These systems face challenges due to diverse user groups requiring distinct access permissions, the risk of credential stuffing and account takeovers, and the need for compliance with various regulations such as HIPAA and FTC transparency rules. The complexity is compounded by frequent mergers and the need for rapid integration of identity systems. Modern identity solutions like Descope offer PBMs passwordless authentication, adaptive multi-factor authentication, and the unification of identity across different portals, easing the operational burden on engineering teams and reducing fraud risks. A success story highlighted is SmithRx, which successfully consolidated its identity systems across multiple portals using Descope, achieving more efficient and secure operations. As PBMs continue to navigate a landscape of increased online services and regulatory scrutiny, adopting flexible, unified identity systems becomes essential to maintain security, compliance, and operational efficiency.
Aug 03, 2026
1,938 words in the original blog post.