import React from "react"; import clsx from "clsx"; import { CommonThemedImage } from "./common-themed-image"; export const EnterpriseSSOMultifactorAuth = ({ className, }: { className?: string; }) => { return (

Single Sign On

Pre-built components and hooks to easily build your sign-on interfaces.

Multifactor Authentication

Customizable components for implementing any type of MFA flows.

); };