Microsoft Graph API OrganizationFromTenantGuidNotFound using MSAL
问题 In AAD App registration has Implicit Grant Flow to true; We have delegated permissions to User.Read and User.Read.All. private static getContext(): Msal.UserAgentApplication { if (AuthenticationService.Context) return AuthenticationService.Context; const logger = new Msal.Logger((_logLevel, message, _piiEnabled) => { console.log(message); }, { level: Msal.LogLevel.Verbose, correlationId: "12345" }); AuthenticationService.Context = new Msal.UserAgentApplication( Environment().authentication