Robbie-Microsoft

Results 12 issues of 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...

feature
msal-node
confidential-client

### 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...

bug
msal-node
confidential-client

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...

msal-node

Re-used functionality from ClientCredential flow. This PR originally contained code to deprecate client assertion strings. That will now be a separate PR.

documentation
msal-node
msal-common

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

msal-node

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.

documentation
samples

### 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...

msal-node
confidential-client

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...

documentation
samples

Updated sample to be consistent with upcoming `Managed Identity Federated Identity Credentials` sample.

samples

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...

msal-browser