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
Initiate an instance of XeroClient with XeroConfiguration
generate a codeverifier string
call client.BuildLoginUriPkce(codeverifier)
Expected behavior
Pkce auth flow to run without exception
Screenshots
I don't think necessary
Additional context
Have been using the SDK for a number of years without issue. May have recently updated NuGet package to latest version. This may be a reoccurrence of ticket #384
The text was updated successfully, but these errors were encountered:
SDK you're using (please complete the following information):
Xero.NetStandard.OAuth2Client - 1.6.0
IdentityModel - 7.0.0
Describe the bug
When attempting to authorise via Pkce, I am getting an exception on
client.BuildLoginUriPkce(codeverifier)
, in:Exception Text:
System.MissingMethodException: 'Method not found: 'System.String IdentityModel.Client.RequestUrlExtensions.CreateAuthorizeUrl(IdentityModel.Client.RequestUrl, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.Nullable
1, System.String, System.String, IdentityModel.Client.Parameters)'.'`To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pkce auth flow to run without exception
Screenshots
I don't think necessary
Additional context
Have been using the SDK for a number of years without issue. May have recently updated NuGet package to latest version. This may be a reoccurrence of ticket #384
The text was updated successfully, but these errors were encountered: