Peter

Results 62 comments of Peter

The MS Docs for logging is here: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-logging-dotnet?tabs=dotnet I also think the aka.ms/msal-net-logging needs to be changed to point to the MS docs and not our wiki.

@ayrton97 @Kavya-Gogula Were you able to use [Microsoft Identity Web](https://github.com/AzureAD/microsoft-identity-web/wiki/Azure-Functions) instead of MSAL directly?

> > Looks like the MSAL has a dependency on Desktop runtime which is not deployed on the Azure Function VM and apparently there is no easy way to get...

Also relevant docs that need review: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Exceptions https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-error-handling-dotnet

If I remember the original issue was that a maui maccatalyst project ended up using ios MSAL target, which broke in the keychain code. Can the existing Xamarin Mac code...

Spec also mentions to throw an exception with the recommendation to use IsPopSupported method if incorrect usage of WithPop is detected.

> > Spec also mentions to throw an exception with the recommendation to use IsPopSupported method if incorrect usage of WithPop is detected. > > @pmaytak I dont think I...

[Azure.Identity](https://www.nuget.org/packages/Azure.Identity) is using a more specific Azure one.