How to use Microsoft login in a game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By FelipeRattu

I’m working on a project that requires login and the company i work for uses the office/windows login for everything, so i want to use the same login for my game but every tutorial i find on microsoft support page or anywhere is just confusing or specific to certain platforms of development :S is it possible to do in Godot?

:bust_in_silhouette: Reply From: ProggerParrot

i am not familiar with the microsoft software. But that sounds like you need to include a third party API.
MS has probably already built libraries that allow this login, and now it seems like you have to integrate this library into Godot via C ++ / GDNative