Robbie-Microsoft
Robbie-Microsoft
### Core Library MSAL Node (@azure/msal-node) ### Wrapper Library Not Applicable ### Public or Confidential Client? Confidential ### Description Observe how correlationId appears in logs, and make changes, if necessary...
### Core Library MSAL Node (@azure/msal-node) ### Core Library Version 2.8.1 ### Wrapper Library Not Applicable ### Wrapper Library Version None ### Public or Confidential Client? Confidential ### Description This...
If an Azure Arc Managed Identity's "IDENTITY_ENDPOINT" and "IMDS_ENDPOINT" environment variables are undefined, the Managed Identity can still be determined to be an instance of Azure Arc if it has...
Re-used functionality from ClientCredential flow. This PR originally contained code to deprecate client assertion strings. That will now be a separate PR.
Fixed a regression accidentally introduced in [Implemented SHA2 Certificate Functionality](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7192). `clientSecret` can now (once again) be provided as `undefined`. added unit test
Managed Identity as a Federated Identity Credential is not a third-party offering at this time. This sample is for internal use only and will be used for internal testing.
### Core Library MSAL Node (@azure/msal-node) ### Wrapper Library Not Applicable ### Public or Confidential Client? Confidential ### Description In TypeScript, the spread operator does not ignore undefined values. For...
This sample is out of date. The instructions in the README for setting up a Service Fabric need to be reworked. We're removing this sample until Service Fabric is more...
Updated sample to be consistent with upcoming `Managed Identity Federated Identity Credentials` sample.
I used automated tooling to replace sinon with jest in all the msal-browser tests. The tooling did not work for `PublicClientApplication.ts`, I had to do that one by hand. I...