[BUG] Could not load type 'Microsoft.Identity.Client.AuthScheme.Token' #48504
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.IdentityBroker 1.2.0
Describe the bug
When upgraded from 1.1.0 to 1.2.0 get the following exception:
Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.
Azure.Identity.Broker 1.1.0 works with Azure.Identity 1.13.2 and 1.14.0-beta.
Azure.Identity.Broker 1.2.0 does not work with Azure.Identity 1.13.2 or 1.14.0-beta.
Expected behavior
No type load exception.
Actual behavior
Could not load type 'Microsoft.Identity.Client.AuthScheme.TokenType' from assembly 'Microsoft.Identity.Client, Version=4.67.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae'.
Reproduction Steps
Does not work.
Works.
Environment
dotnet 9.0
Windows 11
Visual Studio 2022
The text was updated successfully, but these errors were encountered: