Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Authenticator Factory has already been started #3604

Closed
6 tasks
crmann1 opened this issue Aug 15, 2022 · 0 comments
Closed
6 tasks

[Bug] Authenticator Factory has already been started #3604

crmann1 opened this issue Aug 15, 2022 · 0 comments
Assignees
Milestone

Comments

@crmann1
Copy link
Contributor

crmann1 commented Aug 15, 2022

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?

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

@bgavrilMS bgavrilMS added this to the 4.47.0 milestone Aug 16, 2022
@gladjohn gladjohn modified the milestones: 4.47.0, 4.46.2 Aug 26, 2022
gladjohn added a commit that referenced this issue Aug 26, 2022
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants