Add Microsoft Graph client integration and list applications script protype.

This commit is contained in:
2026-01-31 08:28:52 +01:00
parent af0aa669cf
commit 8acd5640d3
3 changed files with 87 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"type": "module",
"dependencies": {
"@azure/identity": "^4.13.0",
"@azure/msal-node": "^5.0.2"
"@azure/msal-node": "^5.0.2",
"@microsoft/microsoft-graph-client": "^3.0.7"
}
}