MSAL.PS icon indicating copy to clipboard operation
MSAL.PS copied to clipboard

Added param AsSecureString

Open mgajda83 opened this issue 1 year ago • 1 comments

Added param AsSecureString to makes it easier work with Microsoft.Graph SDK 2.0

mgajda83 avatar Jul 13 '23 13:07 mgajda83

Hi @mgajda83 - the Graph team actually maintains a PowerShell module - Microsoft Graph PowerShell SDK, while this module isn't actively maintained.

Can you use Graph SDK directly?

Also note that "SecureString" is not really that secure. We dropped it in later version of MSAL.NET, and .NET itself dropped it as a concept.

bgavrilMS avatar Jul 14 '23 12:07 bgavrilMS