Jul 23 2023 10:21 PM - edited Jul 23 2023 10:31 PM
import { PublicClientApplication } from '@azure/msal-browser';
const configuration = {
auth: {
clientId: this.eworkStylePropertiesService.msteamsApplicationClientID,
redirectUri: `${window.location.origin}${window.location.pathname}`,
},
};
const msalInstance = new PublicClientApplication(configuration);
const account = msalInstance.getAllAccounts();
Kindly provide me the help I can get response from the azure Application client ID. Earlier 1 year ago with the same code I was getting response from my azure application client ID.
Note: I tried putting code in code snippet but it was not accepting.