how to use social media login in MAUI

Umesh Kamble 0 Reputation points
2023-08-27T09:35:15.21+00:00

how to integrate social media(Facebook, Google, Twitter) login in MAUI application. without using web authentication

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,150 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Johan Smarius 470 Reputation points MVP
    2023-08-27T10:53:44.6466667+00:00

    You cannot. The social media providers must provide the login page for the specific provider. Otherwise, you would have to collect the information about the username and password and pass that to the authentication provider. This would certainly not be desirable from a security perspective, since you then will have access to the real username and password for that provider and you would be able to login to other systems using this information. As a user, I would not consent to this storage of my credentials.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.