A simple react application for Microsoft Teams. This app allows user to login using SSO and log attendence."
- You can side load into Microsoft teams.
- Login using SSO.
- Log attendence.
- View attendence.
- View your profile.
- indexDb
- express
- react
- Microsoft Graph API
- Microsoft Teams SDK
- Azure AD
npm install
npm run start
cd client
npm install
npm run start
You can generate a Teams compatible package by executing this command.
This package will populate app details from .env
file to manifest.json
file.
npm run package
- NGROK
- Microsoft Dev Tunnel (preferred)
You can use Microsoft's Dev tunnel to get a persistant remote URL for your localhost. This will save you from updating the remote URL in your Azure Portal App registration for SSO purpose.