An open API service indexing awesome lists of open source software.

https://github.com/merofuruya/msauthhelper

Helps with the client-authentication against microsoft
https://github.com/merofuruya/msauthhelper

actix-web delphi microsoft-api microsoft-auth python rust tools

Last synced: 27 days ago
JSON representation

Helps with the client-authentication against microsoft

Awesome Lists containing this project

README

          

# msAuthHelper

Helps with the client-authentication against microsoft

## downlaod

Download the zip file from the [release page](https://github.com/MeroFuruya/msAuthHelper/releases/latest) and extract it.

in there is the executable `msAuthHelper.exe`.

## usage

```ps1
.\msAuthHelper.exe [port]
```

Go to [`http://localhost:port`](_) in your browser.
Default port is `8080`.

Fill out all the fields and click `OK`.
you will be redirected to the microsoft login page.
Do the login and you will be redirected to the `http://localhost:port/redirect` page.

If eveything went well, you will see your `access_token` on this page.