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

Results 33 MSAL.PS issues
Sort by recently updated
recently updated
newest added

The version of Microsoft.Identity.Client (4.37.0) used by the module is significantly dated (10/22/21 release) which causes it to conflict with other modules that use newer versions of the dll should...

Hello, I was able to successfully send this command: Connect-MgGraph $Current_MgContext = Get-MgContext $Global:AccessToken = Get-MsalToken -ClientID $Current_MgContext.ClientId -TenantId $Current_MgContext.TenantId but then suddenly i have this persistent error: New-MsalClientApplication :...

Hello, I'm trying to get an MSAL Token from a third party API via Powershell on linux, using the code below. I uploaded my .crt certificate to /etc/ssl/certs/ **CODE :**...

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

![MSAL Import error ](https://github.com/AzureAD/MSAL.PS/assets/7969120/64aead72-e809-41b6-9477-5e8d9b4f044c) ![MSAL present](https://github.com/AzureAD/MSAL.PS/assets/7969120/d728704a-db13-4ca0-91a6-678fbd5c1a7c) We have migrated from ADAL to MSAL as per update from MS that they are planning to depreciate ADAL. However, I have observed occasionally...

Hello Everyone, It appears that "Microsoft.Identity.Client.dll" packaged with the current version of MSAL.PS v4.37.0.0 is in conflict with that of ExchangeOnlineManagement v3.1.0. This happens in PowerShell 7.3.2, but not when...

Confidential clients should use regional ests-r

We are using the same version of PoweShell (5.1.19041.2673) and MSAL.PS (4.36.1.2). Also, referencing the same Azure Tenant, Azure App Registration and certificate. All laptops connected to the same network...

Should update the code signing certificate from Jason's personal certificate to something that aligns with the AzureAD org.

I SET THE PARAMS FOR CONNECT PS C:\WINDOWS\system32> $AppClientId = "ee141ac5-xxxx-xxxx-xxxx-6daee26d52ec" PS C:\WINDOWS\system32> $TenantId = "e1397670-xxxx-xxxx-xxxx-ca06b4e77481" PS C:\WINDOWS\system32> PS C:\WINDOWS\system32> $MsalParams = @{ ClientId = $AppClientId TenantId = $TenantId Scopes...