- DATE:
- AUTHOR:
- Edwin Lim
Launch Week | Admin Portal: Self-Serve Management for Organizations and Enterprise Auth
Today, we’re excited to formally launch the Stytch Admin Portal, giving your customers the ability to manage auth and security settings directly within your application, with just a few lines of code.
The Admin Portal is an embeddable and fully customizable suite of UI components within our frontend SDKs, providing out-of-the-box support for everything your customers would need to self-serve manage their account—from configuring a mandatory MFA policy, to setting up their SSO Connection, to automating role assignments for their SCIM Groups.
Read the blog post for the full breakdown.
Stytch Admin Portal
The Stytch Admin Portal itself consists of a library of components within our frontend JavaScript SDKs, available in Next.js, React, and Vanilla JS.
import { AdminPortalSSO, AdminPortalOrgSettings, AdminPortalMemberManagement, AdminPortalSCIM } from '@stytch/react/b2b/adminPortal';
These SDK components interact directly with the Stytch API empowering your team to:
Enable self-serve workflows: Your customers can independently manage authentication and authorization settings, eliminating the burden on your support or engineering teams.
Add enterprise authN and authZ features on demand: Each Admin Portal component functions independently, so you can pick and choose what to integrate. Add new features like SSO, SCIM, and JIT provisioning as your business scales.
Customize for a native experience: All components support custom styling, ensuring the Admin Portal seamlessly matches your application’s unique UX and branding. If you're already using Stytch’s prebuilt login UI, you can reuse the same style object.
Strengthen security posture: All components enforce built-in RBAC policies, verifying that only authorized users have access to certain settings and perform sensitive actions.
Build headlessly: You can also leverage our headless SDK methods to customize and extend any Admin Portal functionality if you need more control.
Modular Components, Native Look and Feel
At the heart of our Admin Portal’s design are modular, embeddable UI components. These independent components give developers the freedom to build a native admin experience that seamlessly integrates into their applications. Whether you need to manage members, configure authentication policies, or set up SSO, each component is designed to function autonomously or as part of a cohesive frontend management system.
The <AdminPortalOrgSettings> and <AdminPortalMemberManagement> components give your admin users control over their tenant-specific auth settings. This includes the ability to safely configure, update, and manage essential policies and features like allowed auth methods, MFA policies, JIT provisioning, memberships, invites, and RBAC assignments.
The <AdminPortalSSO> component simplifies SSO configuration by supporting both SAML and OIDC-compliant identity providers like Microsoft Entra, Google Workspace, Okta, and more.
The <AdminPortalSCIM> component streamlines role assignments with SCIM group mapping, automating updates to role assignment based on the identity provider’s groups and your SCIM Connection.
Getting Started
Visit out our SDK docs to get started with the Admin PortaI.
And to see it in action, watch our video to see how the Admin Portal streamlines organization and enterprise management.
Check back tomorrow for more Launch Week! And follow us on X for daily product announcements.