B2B Saas Authentication

/

Frontend SDKs

/

Pre-built UI

/

Admin Portal

/

SSO

AdminPortalSSO

The AdminPortalSSO component allows organization members with the required RBAC roles to manage SSO connections for their organization.

AdminPortalSSO must be wrapped inside a StytchB2BProvider. Take a look at our installation guide for more information on how to configure the StytchB2BProvider for your framework.

Admin Portal SSO UI


Fields


stylesobject

configobject
import { AdminPortalSSO } from '@stytch/react/b2b/adminPortal';
import React from 'react';

const styles = { fontFamily: 'Arial' };

const MyComponent = () => {
  return <AdminPortalSSO styles={styles} />;
};

export default MyComponent;