Skip to content

Commit

Permalink
Managed Identity Documentation Updates (#7035)
Browse files Browse the repository at this point in the history
Updated managed identity docs now that the feature is out of alpha and
is available in msal-node v 2.7.0.
  • Loading branch information
Robbie-Microsoft authored Apr 23, 2024
1 parent fe55e4c commit 236cc4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/msal-node/docs/managed-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Note

> This feature is in preview and feedback is welcome. See the [preview package](https://www.npmjs.com/package/@azure/msal-node/v/2.6.5-alpha.0) that has been upload to npm.
> This feature is available in msal-node 2.7.0.
A common challenge for developers is the management of secrets, credentials, certificates, and keys used to secure communication between services. [Managed identities](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) in Azure eliminate the need for developers to handle these credentials manually. MSALJS's msal-node library supports acquiring tokens through the managed identity service when used with applications running inside Azure infrastructure, such as:

Expand Down
2 changes: 1 addition & 1 deletion samples/msal-node-samples/Managed-Identity/Imds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This sample demonstrates how to use [managed identity via the msal-node library]

## Note

- The functionality for this sample is in preview (alpha)
- This sample is written in TypeScript and was developed with Node version 18.17.0.
- Managed Identity is available in msal-node 2.7.0.

## Virtual Machine Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start:app": "npm run build && node build/index.js"
},
"dependencies": {
"@azure/msal-node": "^2.6.5-alpha.0",
"@azure/msal-node": "^2.7.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This sample demonstrates how to use [managed identity via the msal-node library]

## Note

- The functionality for this sample is in preview (alpha)
- This sample is written in TypeScript and was developed with Node version 18.17.0.
- Managed Identity is available in msal-node 2.7.0.

## Service Fabric Cluster Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start:app": "npm run build && node build/index.js"
},
"dependencies": {
"@azure/msal-node": "^2.6.5-alpha.0",
"@azure/msal-node": "^2.7.0",
"dotenv": "^16.4.5",
"express": "^4.19.2"
},
Expand Down

0 comments on commit 236cc4a

Please sign in to comment.