Hi there,
I’m trying to learn if account linking is possible inside a Xamarin.Forms app.
I understand how to use the OidcClient to get the webview for initial login. But say, the user logs in (and creates their account) with Facebook initially, and I want to additionally have the user authenticate to (and link their account to) Instagram as well.
Basically, the process described in this page, but within Xamarin.Forms:
If this is possible, is there a suggested approach for how to achieve this?
Thanks,
Kirk