Member Junction
    Preparing search index...
    • Produces the environment record to hand a driver for a catalog-selected provider.

      The app's compiled environment stays the base layer — it carries app-wide settings such as GRAPHQL_URI that have nothing to do with the identity provider — and the catalog overlays only the provider's own keys on top. Metadata therefore wins over a stale compiled value for the settings it owns, without the catalog having to restate the whole environment.

      Parameters

      • environment: Record<string, unknown>

        The app's compiled environment object.

      • info: PublicAuthProviderInfo

        The provider selected from the catalog.

      • OptionalproviderClass: CatalogEnvironmentMapper

        The resolved MJAuthBase subclass, consulted for a custom mapper.

      Returns Record<string, unknown>