# Modular SCIM

<FoldCard
  title="Handle SCIM webhooks"
  iconKey="nextjs"
  href="https://github.com/scalekit-inc/nextjs-example-apps/tree/main/webhook-events"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Process SCIM directory updates in Next.js. Example shows how to verify webhook signatures and sync user data</p>
</FoldCard>

<FoldCard
  title="Embed admin portal"
  iconKey="nodejs"
  href="https://github.com/scalekit-inc/nodejs-example-apps/tree/main/embed-admin-portal-sample"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Securely embed the Scalekit Admin Portal via iframe. Node.js example for managing directory sync and organizational settings</p>
</FoldCard>