Home / Companies / Descope / Blog / August 2025

August 2025 Summaries

13 posts from Descope

Filter
Month: Year:
Post Summaries Back to Blog
The text explains how to create a secure GPT assistant that interacts with APIs using Descope's OAuth and JWT validation features. It guides the reader through setting up a Descope project, configuring a FastAPI application to act as an authorization server, and implementing JWT validation for secure API access. The process involves creating an Inbound App in Descope to manage authentication, defining scopes for API access, and integrating these with a custom GPT to facilitate seamless and secure interactions without the complexity of a Model Context Protocol server. The custom GPT is configured to authenticate using OAuth, and the setup includes creating an OpenAPI specification for the API endpoints. The approach emphasizes maintaining security and authorization control on the server side, leveraging Descope's tools to manage the OAuth flow efficiently.
Aug 22, 2025 4,742 words in the original blog post.
Multifactor authentication (MFA) is a crucial security measure that requires multiple forms of verification to confirm a user's identity, significantly reducing the risk of data breaches caused by compromised passwords. This tutorial, authored by Aestimo Njuguna, guides users through implementing MFA in a Svelte 5 application using Descope's no-code authentication platform. The process involves creating a new Descope project, initializing a SvelteKit app, and configuring the app to handle authentication using SvelteKit hooks. Descope offers visual workflows and APIs to streamline the creation of custom authentication journeys, allowing developers to implement MFA without building from scratch. The tutorial emphasizes best practices such as offering various authentication methods, using secure code delivery, and providing clear user instructions for a seamless user experience. By integrating Descope's prebuilt authentication flows, developers can enhance security and user experience while protecting sensitive financial data in their applications.
Aug 22, 2025 2,656 words in the original blog post.
Firebase Authentication is a popular identity solution for developers using Google Cloud, particularly for mobile-first or early-stage applications. However, as applications grow and become more complex, developers often seek alternatives due to Firebase's limitations such as vendor lock-in, limited backend flexibility, and challenges in meeting compliance requirements like GDPR or HIPAA. Alternatives like Descope, Supabase, Keycloak, Amazon Cognito, and Microsoft Entra External ID offer more customization, cost control, and enterprise-grade features. Descope provides a modern IAM platform with flexible, no-code authentication flows and multi-tenant support, making it suitable for B2C and B2B SaaS apps. Supabase, an open-source Firebase alternative, offers a backend-as-a-service experience with Postgres database support. Keycloak allows for full control over the authentication stack with self-hosted deployments. Amazon Cognito integrates deeply with AWS services and supports flexible identity federation, while Microsoft Entra External ID is tailored for complex enterprise environments with advanced security and compliance features. Each alternative has unique strengths, catering to different technical requirements and organizational needs, making them viable options for developers looking beyond Firebase Authentication.
Aug 20, 2025 1,839 words in the original blog post.
JSON Web Tokens (JWTs) are widely used in modern user authentication systems due to their lightweight and portable nature, facilitating secure API calls and single sign-on (SSO). Central to their functionality are JWT claims, which are key–value pairs conveying identity and authorization details. These claims fall into three categories—registered, public, and private—each serving distinct purposes and enabling applications to make access decisions by validating tokens. Proper management of JWT claims is crucial for maintaining security, involving best practices such as validating claims, avoiding storage of sensitive data, and utilizing strong algorithms. Missteps like ignoring expiration checks or misusing private claims can create vulnerabilities. Solutions like Descope simplify the implementation of JWT-based authentication by offering built-in claim validation and workflows, enhancing security while reducing the complexity of customer identity and access management.
Aug 19, 2025 1,420 words in the original blog post.
Kevin Kimani's tutorial provides a comprehensive guide on integrating authentication and role-based access control (RBAC) into Vue.js applications using Descope, an identity management platform. The tutorial walks users through setting up a Descope project, configuring email and SMS-based one-time password (OTP) authentication, and implementing multi-factor authentication (MFA) and RBAC to control access to admin features. The process involves using Descope's flow builder to customize authentication flows and integrating the Descope SDK into a Vue.js application. The tutorial includes instructions for cloning a starter project, setting up a local development environment, and testing the application to ensure only authenticated users with the appropriate roles can access certain features. By leveraging Descope's platform, developers can simplify the implementation of secure authentication systems, focusing on building application features instead of handling complex authentication logic.
Aug 18, 2025 3,064 words in the original blog post.
The Descope Global MCP Hackathon is a virtual competition inviting developers to create secure, identity-aware AI agents and MCP servers utilizing modern infrastructure tools such as Anthropic, Neon, and Cequence Security. Participants have up to four weeks to develop real-world solutions integrating AI, secure APIs, and agent-to-agent trust, with the chance to win $25,000 in cash prizes and $100,000 in developer credits. Sponsored by industry leaders like GitHub, Daytona, and Backslash Security, the hackathon features three challenge tracks focused on building purposeful AI agents, deploying secure MCP servers, and designing secure agent-to-agent systems. The event encourages developers to explore the intersection of security and autonomy in AI applications, offering resources, support, and a platform to innovate in identity, access, and trust. The hackathon began on August 12, with final submissions due by September 8, and winners announced on September 16.
Aug 12, 2025 739 words in the original blog post.
Twilio Verify is a scalable API designed to securely authenticate identities using one-time passcodes (OTP) via SMS, voice, and other channels, simplifying the process of identity verification compared to low-level messaging APIs. It handles code generation, message delivery, localization, expiration, and fraud prevention through a single API call, processing over 4.8 billion verifications annually. When paired with Descope's no-code connector, Twilio Verify can be easily integrated into authentication flows without the need for backend logic, allowing for quick implementation of phone-based verification in login, signup, and step-up flows. This integration provides a seamless way to enhance authentication strategies with features like SMS and voice OTP, fraud prevention, and user journey orchestration, making it easier to deliver secure and scalable authentication experiences.
Aug 10, 2025 824 words in the original blog post.
Facial recognition authentication has evolved beyond unlocking smartphones and is now a vital solution for secure, user-friendly login processes across various industries such as finance, healthcare, education, and retail. It utilizes a person's unique facial features to verify identity, offering a passwordless and seamless user experience while enhancing security by reducing risks associated with credential stuffing and phishing. The technology captures facial data, stores it securely on the user's device, and uses advanced sensors and neural networks to ensure accurate and private authentication, aligning with privacy-focused standards like FIDO2 and WebAuthn. Despite potential challenges like demographic biases and environmental factors, facial recognition remains a robust option for organizations aiming to modernize access control and increase operational efficiency with minimal support costs. Solutions like Descope facilitate the integration of facial recognition into applications without requiring deep biometrics expertise, supporting device-native biometrics and offering additional features such as liveness detection to prevent spoofing.
Aug 10, 2025 1,606 words in the original blog post.
Authentication and authorization are crucial in building secure web and mobile applications, with JSON Web Tokens (JWT) and Open Authorization (OAuth) being key components in this domain. JWT is a compact, URL-safe token format used for securely transmitting claims, while OAuth is a framework for granting access without sharing passwords. Although they have different primary purposes—JWT for claim transport and verification, and OAuth for secure access management—they can be used separately or together depending on the application's requirements. JWT is often used for stateless authentication and API access, whereas OAuth is preferred for delegated access to resources with fine-grained control. Combining them leverages OAuth’s secure access model with JWT’s self-contained structure, especially in systems like OAuth 2.0 with OpenID Connect, which issues ID and access tokens as JWTs. However, each has its own security considerations, such as strict token management and validation practices. Platforms like Descope offer tools to simplify the implementation of these protocols, ensuring secure and scalable authentication and authorization flows.
Aug 07, 2025 1,486 words in the original blog post.
Whaling attacks are a specialized form of spear phishing targeting high-level executives, exploiting their access to sensitive information and systems to cause significant financial and operational damage. These attacks use personal details to craft convincing messages that navigate authentication weaknesses, often stealing executive credentials through spoofed emails, fake login pages, and public data exploitation. Credential theft is facilitated by weak or reused passwords, making passwordless authentication a vital defense. Phishing-resistant methods like passkeys are recommended to protect against these threats, as they render intercepted login attempts useless. Organizations are encouraged to implement additional measures such as security training, role-based access controls, and rigorous email filtering to bolster their defenses. Descope offers a solution with its phishing-resistant, passwordless authentication platform, aiming to secure executive logins and prevent whaling attacks by deploying modern methods like passkeys.
Aug 07, 2025 1,218 words in the original blog post.
The text is a collection of updates and announcements from the company Descope, including the introduction of the Descope Agentic Identity Control Plane and various product updates and events. It highlights Descope's activities and offerings, such as improving customer authentication, deploying remote MCP servers, and enhancing user journey A/B testing. The company also launched deCAPTCHA and various SDKs and APIs to secure remote servers, as well as plugins and tools to make apps and APIs agent-ready. Additionally, it mentions company updates, popular articles, and comparisons with competitors like Auth0, Ping Identity, and Okta, showcasing Descope's focus on identity management solutions and developer resources.
Aug 04, 2025 435 words in the original blog post.
Modern Customer Identity and Access Management (CIAM) systems are crucial for the insurance industry as they address challenges related to authentication, authorization, and user experience amidst rapid digital transformation. These systems enhance security and user experience by implementing adaptive multi-factor authentication (MFA), passwordless login methods, and federated authentication to streamline access across multiple platforms. CIAM frameworks also help meet regulatory requirements like MFA for privileged access and support complex B2B2C ecosystems by managing diverse user types with role-based, attribute-based, and relationship-based access controls. With the rise of AI-driven tools, CIAM systems must adapt to treat AI agents as integral actors within identity management, ensuring secure access protocols and comprehensive auditing. Effective CIAM implementation balances security with usability, supports scalability and compliance, and leverages no-code tools for efficient management, as demonstrated by platforms like Descope, which offer tailored solutions for the insurance sector.
Aug 04, 2025 2,275 words in the original blog post.
The Agentic Identity Control Plane, introduced by Descope, offers security teams policy-based governance, robust auditing, and comprehensive identity lifecycle management for AI agents and Model Context Protocol (MCP) ecosystems. This initiative addresses the prevalent security and privacy concerns among developers, as highlighted in the Stack Overflow 2025 Developer Survey, which noted significant apprehension about AI agent use. By building on the Descope Agentic Identity Hub, the Identity Control Plane allows organizations to enforce identity security guardrails while supporting AI adoption, offering features like scope-based access control, dynamic client registration, and role-based permissions management. It provides security teams with tools to manage AI agent access, differentiate between verified and unverified agents, and maintain granular audit trails, ensuring that AI agent permissions align with user roles and organizational policies. Additionally, the platform facilitates dynamic registration, monitoring, and deprovisioning of AI agents, allowing firms to open applications to AI agents while ensuring security and identity control. Descope's survey indicates that 95% of IAM-decision makers view authentication and access control as crucial for secure AI adoption, underscoring the importance of the Agentic Identity Control Plane in promoting secure AI integration.
Aug 04, 2025 1,465 words in the original blog post.