Index.php
contains Sign in with Microsoft button
Signin.php
contains flow of initialization of OAuth 2.0 with Microsoft
Callback.php
the callback/redirection takes place to this script. It handles generating access token from authorization code and fetches user information against it.
Composer.json
Contains the library needed to make this function.