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.
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_URIthat 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.