MSAL.PS
MSAL.PS copied to clipboard
Added param AsSecureString
Added param AsSecureString to makes it easier work with Microsoft.Graph SDK 2.0
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.