OneDrive / onedrive-sdk-dotnet-msa-auth-adapter

Other
26 stars 22 forks source link

Missing classes under Windows Phone 8.1? #63

Closed queequac closed 8 months ago

queequac commented 6 years ago

While everything is working as expected (and described here) under UWP, the Nuget package for Windows Phone 8.1 seems to be incomplete. There is no MsaAuthenticationProvider or OnlineIdAuthenticationProvider, just the CredentialCache, CredentialVault, etc.

Has anyone tried this recently under Windows Phone 8.1?

ooikengsiang commented 5 years ago

It is one year late, but I encounter the same problem. Do you find any quick workaround?

queequac commented 5 years ago

Nope, in the end I did not add the OneDrive feature to my app's WP81 package.

With the upcoming closing of the wp81 store this is probably nothing to be fixed anymore anyway.

ooikengsiang commented 5 years ago

I tried to implement the IAuthenticationProvider with the source code in the repo but WebAuthenticationBroker doesn't seem to have any implementation for Windows Phone 8.1. Seem like too much work for an obsolete platform.