Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to able login to app using Microsoft?

Discussion in 'Scripting' started by OkeyNik, Aug 3, 2020.

  1. OkeyNik

    OkeyNik

    Joined:
    Mar 14, 2017
    Posts:
    41
    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?
     

    Attached Files:

  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,514
    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.
     
    Joe-Censored likes this.