Result Snippet

SERP-style card with a breadcrumb trail, linked title, and body snippet with highlighted terms.

beste.codocsauthentication
Setting up SSO with SAML and OktaConfigure an IdP to issue SAML assertions to Beste, then map groups to workspace roles.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Search19 } from "@/components/beste/piece/search19";

<Search19
  crumbs={[
    "beste.co",
    "docs",
    "authentication"
  ]}
  title="Setting up SSO with SAML and Okta"
  snippet="Configure an IdP to issue SAML assertions to Beste, then map groups to workspace roles."
  highlight="SAML"
/>