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
- Host: GitHub
- URL: https://github.com/merofuruya/msauthhelper
- Owner: MeroFuruya
- License: mit
- Created: 2023-03-28T09:57:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T15:24:50.000Z (about 3 years ago)
- Last Synced: 2025-07-22T09:50:00.785Z (10 months ago)
- Topics: actix-web, delphi, microsoft-api, microsoft-auth, python, rust, tools
- Language: JavaScript
- Homepage: https://github.com/MeroFuruya/msAuthHelper/wiki
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.