ActionPacks
ActionPacks copied to clipboard
Microsoft.Open.AzureAD.Model.PasswordProfile should be replaced with a model or method that uses SecureString
The following scripts rely on the Microsoft.Open.AzureAD.Model.PasswordProfile class, which stores and transmits password values in a plain string instead of a secure string.
- O365/AzureAD/Users/New-AADUser.ps1
- User Management/LIB/ABOnOffBoardingLib.ps1
- User Management/UserManagement/LIB/ABOnOffBoardingLib.ps1
- Statistics/Samples/New-AADUser.ps1
A conversation about a related finding can be read in microsoftgraph/entra-powershell/issues/1360 with an example of a potential mitigation in Bug fix: Update-EntraUserFromFederated to use SecureString #1371.