How to able login to app using Microsoft?

As you can see, I make a UI layout of the authorization page in applications for my company employees.

Yes, of course, I can add a link so that after clicking on the “login with Microsoft” button, there is will be redirected to the Microsoft login page.

I making an app for our office, and we use Microsoft accounts to work, but I don’t know how to link my app and Microsoft authorization.

Maybe anyone has any ideas?

Go to the Microsoft developer page and learn how Microsoft Login works. I presume it is a variant of OAuth2 but I don’t know this.

Once you get it working using the curl utility from the command line, you will know enough to get it working in Unity using UnityWebRequest.

1 Like