Adding Social Logins - #1
Conversation
| </intent> | ||
| <!-- Maps --> | ||
| <intent> | ||
| <action android:name="android.intent.action.VIEW" /> |
There was a problem hiding this comment.
Is this needed for social login? (Similar question to the Image Capture intent.
There was a problem hiding this comment.
Ah nope, just the CustomTabsService needed, my bad.
There was a problem hiding this comment.
Now worries, just want to try and keep this to "MVP" status, especially for permission/intent asks
|
I'll take a look at this here in the next day or so. But, I believe you might be trying to mix two concepts. If you use MSAL & Microsoft to handle login, it would be Social login configured there. (Such as using B2C as the identity store, and then it allows social login) In this case you would go MAUI APP -> B2C -> Social -> B2C -> MAUI App B2C would handle the arbitrary myapp:// link I believe. (I'll look at another app and try and find some details) |
|
Sorry, I'm not sure what B2C means in this context? |
I've integrated the functionality from this guide:
https://docs.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication?tabs=android
Requires an API controller to be running like the one linked at the bottom of the guide.
I can't quite get it fully working though, I've opened an SO question with the details here: https://stackoverflow.com/questions/72641363/net-maui-webauthenticator-callbackurl-for-social-logins
Would love to work together on this!