Deploy a Loyalty Microsite

The microsite is a white-labeled web app that gives your users access to your loyalty program features without requiring custom front-end development. You can read more about its capabilities on the Loyalty Microsite overview page in the Product Docs.

This guide is for developers responsible for embedding the microsite. It covers the key steps—domain, embedding and authentication. The steps should be followed in order.

The microsite can also be used as a standalone website or PWA. More information on this implementation can be found in our Get started with the microsite guide.

1

Configure your domain

When your microsite is provisioned, it is accessible using a default URL on a WLL domain.

To provide a fully white-labeled and seamless experience, configure the microsite to be served from a subdomain of your own domain.

Configure a microsite domain

2

Embed your microsite

Embed the microsite directly into your digital channels:

  • Website: add it to your site using an iframe.

  • Mobile app: add it using a WebView.

This ensures the microsite runs seamlessly inside your existing user experience.

Embed a microsite in a website or app

3

Authenticate your users

Choose how users will sign up and log in to the microsite. Most implementations use embedded authentication, where users authenticate through your existing system and the microsite session is created automatically.

Alternatively, you can configure interactive authentication using OAuth2, which redirects users to your identity server for sign-up and log-in before establishing a session.

Authenticate users in a microsite

Last updated

Was this helpful?