-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web
### Microsoft.Identity.Web version
2.7.0
### Web app
Sign-in users and call web APIs
### Web API
Not Applicable
### To…
-
### Describe the bug
I am trying to execute some azure cli commands but it says "Insufficient privileges to complete the operation." , when I checked my permissions in the Azure portal, I found that…
-
### Describe the bug
I run the following commands:
`> az login`
`> az partnercenter marketplace offer list`
Expecting a list of my offers in the partnercenter but I get a 404 error
### Relate…
-
**Which version of MSAL Go are you using?**
Note that to get help, you need to run the latest version.
1.2.0
**Where is the issue?**
* Public client
* [ ] Device code flow
* [ ] User…
-
## Description
Currently only find Connect-AzAccount accept thumbprint as parameter to do the client cert authentication, which implies use need to add to the certificate to the cert store before…
-
from @onovotny and copied from https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/issues/240
In the Microsoft.Identity.Web library, the system should automatically…
-
Does this issue occur when all extensions are disabled?: Yes
Version: 1.93.0-insider (user setup)
Commit: c2aa3c4625ed4b46448fa546ac5f2e93b0757718
Date: 2024-08-22T05:03:56.076Z…
-
To support a new authority type, we need to evolve MSAL.GO to have a better abstraction for authorities. Today, MSAL.GO supports AAD and ADFS authorities.
## How MSAL detects the authority type
…
-
### Describe the bug
Our CLI scripts for copying a database suddenly started to run indefinitely without succeeding or failing. After cancelling, the same CLI command and also performing the action i…
-
> Basic information:
> ---------------------------------------------------------------
```
I am trying out the sample from this link (https://github.com/Azure-Samples/ms-identity-android-java/)…