Skip to content

Quickstart Guide

This guide walks you through the minimum steps to get the FanFest Platform integrated with your website.

TIP

Check out the Prerequisites to ensure you have everything you need before starting.

You’ll complete the following:

  1. SSO Integration – Connect your identity provider ✍️
  2. Channel Action Creation – Define your first trackable actions 🏃‍♀️
  3. Tracking Events – Wire event triggers into your website 🎭

Once done, your FanFest integration will be live and ready. 🚀

Prerequisites

Before starting, make sure you have all of the following in place:

  • FanFest Account (Channel Admin Access).

    • You need a FanFest account with admin privileges on a channel.
    • If you don't have one yet, sign up at FanFest and request admin access via the support chat.

      Channel admin rights are required to access the SSO Management dashboard and set up configurations.

  • Deployed Website with HTTPS

    • A live website accessible over https:// (with a valid SSL certificate). For this guide, we’ll refer to it as Your Website.
    • You’ll need edit access (CMS or codebase) to add SDK snippets and event tracking code.

      Your website must already have user authentication wired to your identity provider.

  • Identity Provider (IdP) Access

    • Admin access to your identity provider configuration.
    • FanFest works with any OIDC-compliant IdP, including but not limited to:
      • Commercial providers such as Auth0, Okta, Azure Active Directory.
      • Custom implementations built on OAuth 2.0 standards.
    • You’ll need to register FanFest as a client/app within your IdP so our Identity Platform can exchange tokens securely.

      This guide uses Auth0 as an example. The same steps apply to other providers or custom OIDC setups.

Get started

Begin with SSO Integration to setup authentication for your users.

Released under the MIT License.