https://github.com/insthync/simple-azure-ad-deamon
Azure AD deamon for my games
https://github.com/insthync/simple-azure-ad-deamon
Last synced: 9 months ago
JSON representation
Azure AD deamon for my games
- Host: GitHub
- URL: https://github.com/insthync/simple-azure-ad-deamon
- Owner: insthync
- License: mit
- Created: 2021-12-01T22:48:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T04:02:51.000Z (over 4 years ago)
- Last Synced: 2025-08-02T10:57:26.889Z (11 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-azure-ad-deamon
Azure AD deamon for my apps
## Workflow
- User enter this service ('/')
- This service redirect to MS login page
- MS redirect to this service ('/redirect') with MS login info
- This service use the login info to mint new token
- Response the token to the client
## How to use
- Clone this
- `npm i`
- Copy `.env.example` and rename it to `.env`
- Set configs in `.env`
- `npm run start`