Open trevor-anthill opened 2 months ago
PETOSS-581
Thanks for raising an issue, a ticket has been created to track your request
Downgrading identity model to 5.2 worked for me.
We have been unable to upgrade these 2 packages for months due to this exact issue.
The issue appears to be the Xero.NetStandard.OAuth2Client
package needs updating.
<PackageVersion Include="Microsoft.Identity.Abstractions" Version="6.0.0" />
<PackageVersion Include="IdentityModel" Version="6.2.0" />
When we upgrade these to v7+ we get method not found exception when calling "client.BuildLoginUri();"
We have been unable to upgrade these 2 packages for months due to this exact issue. The issue appears to be the
Xero.NetStandard.OAuth2Client
package needs updating.<PackageVersion Include="Microsoft.Identity.Abstractions" Version="6.0.0" /> <PackageVersion Include="IdentityModel" Version="6.2.0" />
When we upgrade these to v7+ we get method not found exception when calling "client.BuildLoginUri();"
I concur, the problem is not just the Xero.NetStandard.OAuth2 package needing an update, it's also the Xero.NetStandard.OAuth2Client nuget package that needs versioning.
Was there any update on this getting triaged?
SDK you're using (please complete the following information):
Describe the bug After updating to v9.1.0, and v7.0.0 of IdentityModel and removing the RestSharp package, attempting to connect my app to Xero api I get a Method not found exception when calling "client.BuildLoginUri();"
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected to have a URL to be returned from BuildLoginUri method
Screenshots N/A