You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: Authenticator Factory has already been started
Tag: 0x2364969c
at void Microsoft.Identity.Client.NativeInterop.API.ThrowIfFailed(MSALRUNTIME_ERROR_HANDLE hError)
at void Microsoft.Identity.Client.NativeInterop.API+x86.Startup()
at void Microsoft.Identity.Client.NativeInterop.Module.AddRef()
at new Microsoft.Identity.Client.NativeInterop.Core()
at async Task Microsoft.Identity.Client.Broker.RuntimeBroker.AcquireTokenSilentAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenSilentParameters acquireTokenSilentParameters)
at async Task Microsoft.Identity.Client.Internal.Requests.BrokerSilentStrategy.SendTokenRequestToBrokerAsync()
at async Task Microsoft.Identity.Client.Internal.Requests.BrokerSilentStrategy.ExecuteAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.Internal.Requests.Silent.SilentRequest.ExecuteAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.Internal.Requests.RequestBase.RunAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.ApiConfig.Executors.ClientApplicationBaseExecutor.ExecuteAsync(AcquireTokenCommonParameters commonParameters, AcquireTokenSilentParameters silentParameters, CancellationToken cancellationToken)
Which version of MSAL.NET are you using?
4.46-preview
Platform
Windows
What authentication flow has the issue?
Desktop / Mobile
[ X] Interactive
Integrated Windows Authentication
Username Password
Device code flow (browserless)
Web app
Authorization code
On-Behalf-Of
Daemon app
Service to Service calls
Other?
Is this a new or existing app?
VS
Repro
chat with me on teams, just happens trying to use VS with WAM enabled.
The text was updated successfully, but these errors were encountered:
Updated Changelog for MSAL 4.46.2
[Feature Request] WAM Authentication Library Should Support .NET 4.5 for Back Compatibility [See 3539](#3539)
Log exceptions which are not converted to MsalExceptions to telemetry. [See #3547](#3547)
[Bug]Authenticator Factory has already been started. [See #3604](#3604)
[Bug] MSAL.NativeInterop only targets .net fwk [See #3612](#3612)
Logs and network traces
Context: Authenticator Factory has already been started
Tag: 0x2364969c
at void Microsoft.Identity.Client.NativeInterop.API.ThrowIfFailed(MSALRUNTIME_ERROR_HANDLE hError)
at void Microsoft.Identity.Client.NativeInterop.API+x86.Startup()
at void Microsoft.Identity.Client.NativeInterop.Module.AddRef()
at new Microsoft.Identity.Client.NativeInterop.Core()
at async Task Microsoft.Identity.Client.Broker.RuntimeBroker.AcquireTokenSilentAsync(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenSilentParameters acquireTokenSilentParameters)
at async Task Microsoft.Identity.Client.Internal.Requests.BrokerSilentStrategy.SendTokenRequestToBrokerAsync()
at async Task Microsoft.Identity.Client.Internal.Requests.BrokerSilentStrategy.ExecuteAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.Internal.Requests.Silent.SilentRequest.ExecuteAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.Internal.Requests.RequestBase.RunAsync(CancellationToken cancellationToken)
at async Task Microsoft.Identity.Client.ApiConfig.Executors.ClientApplicationBaseExecutor.ExecuteAsync(AcquireTokenCommonParameters commonParameters, AcquireTokenSilentParameters silentParameters, CancellationToken cancellationToken)
Which version of MSAL.NET are you using?
4.46-preview
Platform
Windows
What authentication flow has the issue?
Other?
Is this a new or existing app?
VS
Repro
chat with me on teams, just happens trying to use VS with WAM enabled.
The text was updated successfully, but these errors were encountered: