AzureAD / MSAL.PS

MIT License
159 stars 29 forks source link

Added param AsSecureString #77

Open mgajda83 opened 11 months ago

mgajda83 commented 11 months ago

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

bgavrilMS commented 11 months ago

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.