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

Hello, When calling `Get-MsalToken` with `-ProofOfPossession` I get the following error: ` [Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder] does not contain a method named 'WithProofOfPosession'.` I'm not sure if this is an issue with the...

I am using Windows Terminal Preview (v1.16.2524.0) as my default terminal application. When running Windows PowerShell from Terminal, I'm unable to interactively authenticate. When running `Get-MsalToken` I get the below...

I get an error when importing the module and a few more when requesting and Token ``` import-module MSAL.PS -------------------------------------------------------------------------------------------- Join-Path: C:\usr\src\PSModules\MSAL.PS\internal\Import-Config.ps1:21 Line | 21 | … = Join-Path ([System.Environment]::GetFolderPath([System.Environment+...

I'm facing a situation where is required to use more AAD users (via username/password) to get a token. My intention is to be able to store for each such AAD...

[chrischua@X-p1vnc0 PIM]$ pwsh PowerShell 7.3.1 PS /users/[email protected]/GIT/ops-scripts/PIM> $psversiontable Name Value ---- ----- PSVersion 7.3.1 PSEdition Core GitCommitId 7.3.1 OS Linux 4.18.0-372.32.1.el8_6.x86_64 #1 SMP Fri Oct 7 12:35:10 EDT 2022 Platform...

Hello, Not sure this title could be understand ^^ My issue : in PWSH constraint language mode, the import of ps1 files in forbidden. So it's more a feature request...

```MSAL.PS\Get-MsalToken -ClientId 'd1ddf0e4-d672-4dae-b554-9d5bdfd93547' -DeviceCode``` gives no output in PowerShell ISE terminal, but it does in regular Windows PowerShell 5.1 and 7.1 from MS Store. Is it a known issue/ intended?...

I have many apps registered in AD exposing apis through APIM. Trying to use the access token provided by Get-MsalToken fails validation-jwt policy in APIM. This process worked previously when...

When acquiring a token with Get-MsalToken (latest version) using the default browser, a browser window stays open. This windows shows the RedirectionUri as address (http://localhost:62867/?code=...), and the site contains only...

When acquiring a token with Get-MsalToken (latest version) without a LoginHint, the user gets presented a browser window with the option to select one of the already logged-in accounts or...