Unable to read config values from static web app – Reactjs
I have deployed a Static Web App in Azure with the following configuration settings: I have the following authConfig.ts: import { Configuration } from "@azure/msal-browser"; // Config object to be passed to Msal on creation export const msalConfig: Configuration =…