Hello,
Welcome to our Microsoft Q&A platform!
You can try to use Firebase authentication
to achieve this. You can have access to exclusive content after you sign in on some apps, to your playlists, to your profile information and etc.
Integrating Firebase Auth in Xamarin.Forms is very easy and basic authentication flow.
The steps are:
- Configure Firebase app;
- Create Xamarin.Forms application to authenticate users via Firebase Auth;
- Create a .NET Core WEB API project to validate Firebase Auth token and return simple data;
For more details, you can check :
https://evgenyzborovsky.com/2018/03/26/firebase-authentication-in-xamarin-forms/
https://medium.com/firebase-developers/firebase-auth-on-xamarin-forms-171432aa3d76
update
According to your requirement, you can try Azure AD
, for more details, you can check: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/google-federation
Hope it can help you.
Best Regards,
Jessie Zhang
---
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.