1

Can you please help me to integrate Single-Sign-On login in Xamarin, Any one gives initiative Idea about it are highly appreciable.

Severity Code Description Project File Line Suppression State Error Could not install package 'Sunpoin.SSO.Plugin 1.0.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0

1 Answers1

0

I think Sunpoin.SSO.Plugin is a plugin for websites. You must use one that is compatible with MonoAndroid and if possible with PCL binaries.

I recommend you use Xamarin.Auth this component helps you to make an SSO in your Xamarin app.

Here's the best example in StackOverFlow and a tutorial on it.

Good luck

Wilson Vargas
  • 2,841
  • 1
  • 19
  • 28