> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Platform Overview

> What the Enterprise tab covers: authentication, embedding, white-label, webhooks, customer data hydration, and the Shopify integration surface.

The Enterprise tab collects the integration surfaces Nudj exposes to your engineers, security team, and merchandising team. Everything here is implemented today — no roadmap or sales collateral.

Use this page as an index into the tab; each section links to the page with the concrete setup steps.

## Authentication

How users sign in or have their session handed over from your system.

<CardGroup cols={3}>
  <Card title="OIDC SSO" icon="shield-check" href="/enterprise/sso-authentication">
    Single sign-on via OpenID Connect. OIDC is the only protocol supported — see the dedicated page for what is and isn't available.
  </Card>

  <Card title="OIDC provider setup" icon="shield-keyhole" href="/enterprise/oauth-authentication">
    Step-by-step provider configuration with auto-discovery and self-serve `oidcConfig.id`.
  </Card>

  <Card title="API Link token auth" icon="key" href="/enterprise/api-link-user-authentication">
    JWT-based session handoff when the user is already authenticated in your system.
  </Card>
</CardGroup>

## Embedding

How the Nudj experience renders inside your surface.

<CardGroup cols={3}>
  <Card title="Embedding modes" icon="window" href="/enterprise/embedding-integration">
    Shopify storefront widgets, the universal website embed, iframe, or mobile webview — pick one.
  </Card>

  <Card title="Universal embed widget" icon="code" href="/enterprise/universal-embed-widget">
    Cross-platform embed for any website, with an admin customisation panel (PR #1971).
  </Card>

  <Card title="Custom domains + theming" icon="palette" href="/enterprise/white-labeling">
    CNAME setup, SSL, theme variables. No native mobile app product — see the page for the honest scope.
  </Card>
</CardGroup>

## Shopify

The Shopify integration is the largest enterprise surface in the last year (55% of enterprise PRs). If your organisation runs on Shopify, start here.

<CardGroup cols={2}>
  <Card title="Shopify integration overview" icon="shopify" href="/enterprise/shopify/overview">
    What the Shopify app provides end-to-end — Partner install, storefront widgets, embedded admin, webhooks.
  </Card>

  <Card title="Storefront widget catalog" icon="puzzle-piece" href="/enterprise/shopify/storefront-widgets">
    Every theme app extension widget block Nudj publishes — loyalty, Ways to Earn, referrals, points-for-spend, checkout, customer account.
  </Card>
</CardGroup>

## Rewards + Webhooks

How rewards reach your downstream systems, and how webhook-based events are emitted.

<CardGroup cols={2}>
  <Card title="Reward integration" icon="wallet" href="/enterprise/reward-integration">
    Webhook-driven, pull-based, direct integration, or Shopify-backed rewards.
  </Card>

  <Card title="Webhook implementation" icon="webhook" href="/enterprise/webhook-rewards">
    HMAC signing, retry semantics, Node/Python endpoint examples.
  </Card>

  <Card title="Webhook events catalog" icon="list" href="/enterprise/webhooks-events-catalog">
    Reference of events Nudj emits (including the 16 Shopify-driven events from PR #1780).
  </Card>

  <Card title="Webhook delivery logs" icon="clock-rotate-left" href="/enterprise/webhook-logs">
    Inspect retry state and delivery history via the Admin API.
  </Card>
</CardGroup>

## Customer data hydration

Push Nudj-captured data into your downstream CRM / commerce system.

<CardGroup cols={3}>
  <Card title="Overview" icon="database" href="/enterprise/customer-data-overview">
    Two-layer model: generic custom data + platform sync.
  </Card>

  <Card title="Configuration" icon="sliders" href="/enterprise/customer-data-configuration">
    Field keys, type coercion, boolean expansion.
  </Card>

  <Card title="Shopify sync" icon="shopify" href="/enterprise/customer-data-shopify">
    Native Shopify customer metafields backed by question-action answers.
  </Card>
</CardGroup>

## Privacy + compliance

<CardGroup cols={1}>
  <Card title="Cookie consent" icon="cookie-bite" href="/enterprise/cookie-consent">
    OneTrust integration for analytics providers (PR #973).
  </Card>
</CardGroup>

> Last reviewed: 2026-04
