Skip to content

Commit 7d8f4af

Browse files
committed
Updates
1 parent 33a6e64 commit 7d8f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Confirm in the Azure or Entra portal that the app has been granted access to the
9595
> [!IMPORTANT]
9696
> A key vault secret is created with an expiration date. Be sure to track when a key vault secret is going to expire and create a new secret for the app prior to that date passing.
9797
98-
Add the following packages to the server project:
98+
If Microsoft Identity packages aren't already part of the app's package registrations, add the following packages to the server project for Azure Identity and Azure Key Vault. These packages are transitively provided by Microsoft Identity Web packages, so you only need to add them if the app isn't referencing [`Microsoft.Identity.Web`](https://www.nuget.org/packages/Microsoft.Identity.Web):
9999

100100
* [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity)
101101
* [`Azure.Security.KeyVault.Secrets`](https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets)

0 commit comments

Comments
 (0)