Gladwin Johnson
Gladwin Johnson
Fixes # **Changes proposed in this request** - Update Identity.Client.NativeInterop to 0.11.1 - Adds support for Interop net 461 to unblock VS team **Testing** Dev Apps **Performance impact** none **Documentation**...
- [X] Install and setup. - [ ] MSAL C++ exposes a logging callback, but the API has not been ported to C#. - [ ] Adapt runtime logger to...
**Is your feature request related to a problem? Please describe.** Integrate DiscoverAccounts API from MSALRuntime into new broker. Interop version starting 0.10.0 will have account discovery functionality - [x] Test...
**Is your feature request related to a problem? Please describe.** This is the second iteration of adding more features and finishing the integration work - [ ] [Product Backlog Item...
- [ ] Add Integration/Acceptance tests for MSAL Runtime WAM on the C++ build pipeline - [ ] Add Integration tests on the MSAL .Net build pipeline
**Is your feature request related to a problem?** Currently the [AutomationTestAgentCert](https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/asset/Microsoft_Azure_KeyVault/Certificate/https://buildautomation.vault.azure.net/certificates/AzureADIdentityDivisionTestAgentCert) auto renews every 6 months. When this happens it breaks the build because we search based on thumbprint. Existing...
**Is your feature request related to a problem? Please describe.** MSALRuntime now exposes loginHint for SignInAsync API. **Describe the solution you'd like** See if this will benefit MSAL broker implementation....
If MSA account password has expired then our Integration tests fail with an unknown error.
**Is your feature request related to a problem? Please describe.** Explore options on how to deprecate the old WAM broker **Describe the solution you'd like** need to explore possible solutions...
**Is your feature request related to a problem? Please describe.** Currently we use our own logic to determine the current OS. MSAL Runtime provides it's own implementation to determine if...