How to generate mock-data for use with auth0 acul

I am implementing the Auth0 ACUL and using the example repo: github dot com/auth0-samples/auth0-acul-samples/tree/main

For testing screens locally, we need a mock data object that matches Auth0 context. The repo provides three examples: github dot com/auth0-samples/auth0-acul-samples/tree/main/src/mock-data

Where do we find the context object to match the screen we want to customize? For example, I want to customize the organization-picker screen.

Hi @jonsakas

Welcome to the Auth0 Community!

I believe that our documentation on Organization Picker screen class should provide the information that you are looking for.

As you are working with ACUL, I recommend having the ACUL JS SDK documentation handy, as it outlines all the ACUL screens and customisations that it supports.

Hope this helped!
Gerald