Microsoft Login ================================================== Login with a Microsoft Account requires a Web browser and a Azure Application. ------------------------- Create Azure Application ------------------------- To login with Microsoft you need to create a Azure Application first. Follow `this tutorial `_ to create one. You need the Clinet ID, the Secret and the redirect URL of your new Application. ------------------------- Let the User log in ------------------------- The login happens in a Web browser. This can be the normal Browser of the System or a Browser Widget embed in your Program. To get the url that is used for the login use minecraft_launcher_lib.microsoft_account.get_login_url(client_id: str, redirect_uri: str). Open the URL and test if you can login. After you've logged in you will be redirected to :code:`https://?code=codegoeshere&state=