Skip to main contentArrow Right

Drag & drop your auth

  • Improve user onboarding and conversion for your B2C app.

  • Get your B2B app enterprise ready with SSO, RBAC, and SCIM provisioning.

  • Choose from no-code workflows, SDKs, or APIs.


Make your customer identity
flow

Get an overview of the Descope CIAM platform in 90 seconds (almost as quick as it takes to build auth with us).

Product overview video thumbnail

What our customers say

GoodRx Logo White SVG 2

“Whether it’s easily adopting passwordless methods like One Tap, adding risk-based MFA, or unifying identity flows across web and mobile apps, Descope provides workflow-based building blocks to help us achieve these goals much faster than before.”

Nitin Shingate, CTO

Navan

“Partnering with Descope has helped Navan enhance both our user onboarding experience and security posture. The flexible nature of Descope Flows enables us to adapt better to changing business or security needs without burdening our developers.”

Ofer Ben-David, EVP Engineering

You.com

"We love Descope SSO flows from a CX standpoint. A customer we onboarded just told us it was the fastest implementation ever. It usually takes weeks but we were done in 15 minutes - small talk included!"

David Li, Senior Software Engineer

Branch Insurance

“Visualizing the user journey as a workflow enables us to audit and modify the registration and authentication journey without making significant code changes.”

Arkadiy Goykhberg, CISO

Cars24

“Our team really appreciates the empathetic and ever-present support. Whether it’s regular check-ins, guidance for unique use cases, or fast response and deployment for feature requests, we can see that Descope has our back.”

Marut Singh, CTO

GradRight

“Descope has truly been ‘set it and forget it’ for authentication by making user journeys seamless and secure for all users that interact with our service.”

Sasidhar Sista, Co-Founder

“Descope met our needs and use case perfectly. The product is easy to deploy, we appreciate the SDK-level customization, and their team is super responsive to any enhancement suggestions.”

VP of Engineering, Media & Entertainment

Customizable user journeys for any app

Speed

Frictionless authentication

Add any auth method - passwords, passwordless, SSO - to your app in minutes.

Flows

No / low code CIAM

Drag & drop your auth and user journeys with zero codebase changes.

Security

Security and fraud prevention

Defend your users with native bot protection, adaptive MFA, and step-up auth.

We do auth. You do you.

Drag-and-drop authentication

Use our no-code editor to create user-facing screens and authentication flows for your app. Easily modify and update your flows from the Descope console as your user journey evolves.



Fig: Drag-and-drop magic links with Descope

Work on your preferred framework

Use our SDKs to easily integrate multiple authentication methods into your app. Let us handle session management with Client SDKs or connect your app server to our service directly with Backend SDKs.



const descopeSdk = descopeSdk({ projectId: <Project_ID> });

// Sign up or in user
user = {
   "name": "Joe Person", 
   "phone": "+15555555555", 
   "email": "email@company.com" 
}
const loginId = "email@company.com"
const verify_uri = "http://auth.company.com/api/verify_enchantedlink"
const delivery_method = "email"
const resp = 
   await descopeSdk.magicLink.signUpOrIn[delivery_method](
     loginId, 
     verify_uri
   )

// Verify user
const token = "xxxx"
const resp = await descopeSdk.magicLink.verify(token)

Own all the nitty-gritty

Use our REST APIs to implement authentication for your app. Our clear documentation makes navigating and actioning the API a breeze.



curl -i -X POST \
https://api.descope.com/v1/auth/magiclink/signup-in/email \
-H 'Authorization: Bearer <Project_ID>' \
-H 'Content-Type: application/json' \
-d '{
   "loginId": "email@company.com",
   "user": {
     "name": "Joe Person",
     "phone": "+15555555555",
     "email": "email@company.com",
     "icon": <base64_string>
}'

Auth that meets devs where they are

Code as much (or little) as you want. Your choice: no-code workflows, SDKs / APIs, and everything in between.

Flows

Descope Flows

“I want to go live with Descope in the fastest and easiest way possible.”

Quick start
Code App

Descope SDKs

“I’ll build the authentication screens and flows, but may need help with session management.”

Explore SDKs
Integrations

Descope REST API

“I’ll handle all frontend flows and logic on my own.”

Explore API

Your users’ favorite auth methods just got easier

Believe it or not – implementing password auth also got easier.

Magic Links

Magic links

Delight users with one-click signup and login over email or SMS.

Take me there
Passkeys

Passkeys

Let users log in the same way they unlock their device.

Take me there
Login

Social login

Enable users to log in with identity providers like Google, LinkedIn, GitHub, and others.

Take me there
One Tap

One Tap

Prompt users with frictionless auth to improve conversions.

Take me there
One Time Password

One-time passwords

Implement quick and easy login with one-time passwords over email and SMS.

Learn more
SSO

Single sign-on

Simplify SAML / OIDC SSO and tenant configuration for your B2B application.

Take me there
Authorization

OpenID Connect

Augment existing logins with passwordless auth by adding Descope as a federated IdP.

Take me there
Biometrics

Biometrics

Implement FIDO-based biometric authentication native to your users’ devices.

Take me there
MFA

MFA

Add secure, flexible MFA and step-up flows into your app.

Take me there
Authorization Eye

Authenticator apps

Harden security by having users prove the possession of their devices.

Take me there
Password

Passwords

Build strong password-based authentication for your app.

Take me there
Ready for liftoff?

If you’ve seen all you need to see, sign up and get started with Descope. If you'd like a demo, meet with our auth experts.