This directory contains a sample web app that uses the Microsoft Graph API to:
- List printer shares
- Print documents
- Before using this sample, you need to onboard to Universal Print.
- Application has scopes provisioned as per the requirements of each API it calls.
- Application is already provisioned in the Azure AD tenant under which printer and print jobs need to be accessed. Be sure to add the Client ID, Tenant ID and authority URL from AAD to
.\src\authConfig.js.
- Node
npm installnpm start