M
M
Medovochka2020-08-04 00:34:11
C++ / C#
Medovochka, 2020-08-04 00:34:11

How to implement login functionality through services in C#?

Hello everyone - I have a question, how to integrate login using Microsoft in Unity? I could not find information on the Internet

There is a UI (see picture). After clicking on the login button, it redirects to the Microsoft login page, where the user enters their credits and clicks on the "Login" button.

I can add a link to the site on the button, but I can’t imagine how to integrate the very possibility of logging into the application using a Microsoft account? I don’t consider other options, since the application is made for an individual entrepreneur, in whose company employees use Microsoft accounts

5f2882c6ac8c8462739332.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
ETman, 2020-08-04
@Medovochka

Read about OAuth2
For example, first it's https://habr.com/ru/company/mailru/blog/115163/
and then it's https://docs.microsoft.com/en-us/advertising/guide...

V
Vladimir Korotenko, 2020-08-04
@firedragon

IdentityServer4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question