@azure/identity-broker 1.1.1-alpha.20250213.1 → 1.2.1-alpha.20250218.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This package provides a plugin to the Azure Identity library for JavaScript ([`@
|
|
|
4
4
|
|
|
5
5
|
An authentication broker is an application that runs on a user’s machine that manages the authentication handshakes and token maintenance for connected accounts. Currently, only the Windows authentication broker, Web Account Manager (WAM), is supported.
|
|
6
6
|
|
|
7
|
-
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://
|
|
7
|
+
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://learn.microsoft.com/javascript/api/overview/azure/identity-broker-readme?view=azure-node-latest) | [Microsoft Entra ID documentation] (https://learn.microsoft.com/entra/identity/)
|
|
8
8
|
|
|
9
9
|
## Getting started
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity-broker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1-alpha.20250218.5",
|
|
4
4
|
"sdk-type": "client",
|
|
5
5
|
"description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"sideEffects": false,
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@azure/core-auth": "^1.9.0",
|
|
59
|
-
"@azure/identity": "^4.
|
|
59
|
+
"@azure/identity": "^4.7.0",
|
|
60
60
|
"@azure/msal-node-extensions": "^1.3.0",
|
|
61
|
-
"@azure/msal-node": "^2.
|
|
61
|
+
"@azure/msal-node": "^3.2.2",
|
|
62
62
|
"tslib": "^2.2.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|