|
|
2645d6c1f4
|
Update interactive-login script to use Microsoft Graph API for application retrieval and adjust scopes for Azure Graph
|
2026-02-03 23:56:09 +01:00 |
|
|
|
a8725a7c22
|
Refactor getCredential function to support shorthand credential types: 'd' for Default, 'cs' for ClientSecret, and 'dc' for DeviceCode. Remove obsolete client-secret-login script.
|
2026-02-03 22:06:39 +01:00 |
|
|
|
0806a2b588
|
Add support for ClientSecret and DeviceCode credentials in getCredential function
|
2026-02-03 21:50:39 +01:00 |
|
|
|
0cde901ec2
|
Add client secret login and credential handling scripts
|
2026-02-03 21:50:32 +01:00 |
|
|
|
ed5253b1a1
|
Add README file with Azure CLI impersonation instructions
|
2026-01-31 22:59:11 +01:00 |
|
|
|
8acd5640d3
|
Add Microsoft Graph client integration and list applications script protype.
|
2026-01-31 08:28:52 +01:00 |
|
|
|
af0aa669cf
|
Updated script to use new module name.
|
2026-01-31 07:47:39 +01:00 |
|
|
|
90c829b7ef
|
Removed unused import.
|
2026-01-31 07:47:08 +01:00 |
|
|
|
ee2ecf9b2a
|
Added editor config for JavaScript.
|
2026-01-31 07:46:43 +01:00 |
|
|
|
f24d7ee263
|
Renamed auth module to azure.
|
2026-01-31 07:44:41 +01:00 |
|
|
|
6f2c7fcd00
|
Add SHA-256 hash logging for access tokens in auth-test and interactive-login scripts
|
2026-01-31 00:09:42 +01:00 |
|
|
|
c733310d69
|
Renamed scripts to .mjs to follow ES module convention.
|
2026-01-30 23:16:22 +01:00 |
|
|
|
0904c44f63
|
Fix: corrected script permissions.
|
2026-01-27 08:08:26 +01:00 |
|
|
|
31fde09dcc
|
Incorporated pkce into auth.
|
2026-01-27 08:07:54 +01:00 |
|
|
|
f0a16144bd
|
Update: implement token caching in loginInteractive and enhance error handling
|
2026-01-27 08:06:32 +01:00 |
|
|
|
6dc72ab8d2
|
Interactive login first phase.
|
2026-01-27 07:43:57 +01:00 |
|
|
|
347aee10fd
|
Refactor: replace appId with clientId in authentication client creation
|
2026-01-27 06:25:33 +01:00 |
|
|
|
e044813240
|
Refactor: changed appId configuration variable to clientId.
|
2026-01-27 06:24:09 +01:00 |
|
|
|
341332b362
|
Update file permissions and enhance setup scripts for better security
|
2026-01-26 22:47:18 +01:00 |
|
|
|
8ec8f8deba
|
Converted setup to ES Module
|
2026-01-26 22:35:30 +01:00 |
|
|
|
5b5ab6b78b
|
Add authentication and application management scripts for Azure AD
|
2026-01-26 22:31:27 +01:00 |
|
|
|
bf9a85199e
|
Add scripts for managing Azure AD applications: setup, get, and delete
|
2026-01-26 21:26:08 +01:00 |
|
|
|
ec6d8108bc
|
Add .gitignore to exclude node modules and configuration files
|
2026-01-26 21:25:38 +01:00 |
|