Here is an administration console that I've put together that uses Azure Active Directory as its directory service.
- Clone this GitHub repository
git clone https://github.com/harishnarain/hcloud-admin
- Install all dependent npm packages
npm install --save
- Run the demo in development
npm start
Update the clientId section of the /src/authConfig.js file to include your specific application ID from your Azure AD application registration.
- Microsoft Authentication Library (MSAL) for JS
- Microsoft Azure Active Directory
- Microsoft Graph API
- ReactJS
- Redux
- Axios
- Material-UI
This project uses the Apache 2.0 license
Pull requests are welcome.