Add authentication and application management scripts for Azure AD

This commit is contained in:
2026-01-26 22:31:27 +01:00
parent bf9a85199e
commit 5b5ab6b78b
6 changed files with 636 additions and 12 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "azure-node-playground",
"version": "1.0.0",
"engines": {
"node": ">=24.0.0"
},
"type": "module",
"dependencies": {
"@azure/identity": "^4.13.0"
}
}