Vincent Hoogendoorn
Vincent Hoogendoorn
Update: the issue still exists in "Uno.Sdk": "5.3.96"
Thanks for following up @agneszitte , I will recheck this Monday and update here. In case the issue still exists, this may help to track it down: As far as...
@agneszitte I rechecked with latest stable "Uno.Sdk": "5.4.8" - the issue still exists
@agneszitte It seems to be [this MSAL issue](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4805) [This comment](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4805#issuecomment-2165548808) points to [this PR](https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/commit/aadf6b62bb5e2f6aabafa6814573abece64032ff#diff-45125fbd9dbdb0351f4478b0b30c5d9e578741766f92b7e8c8b18ecc5bb4e4f1) as the example to follow how to use the native Windows broker. That PR uses both...
@MartinZikmund > Afaik opening the account picker in the default browser is the recommended approach as per the latest security standards (instead of the embedded browser) - the docs say...
Thanks @kazo0, please look at below comment that I added to #2631 It describes what seems to be missing in the fix to get native Windows WAM and why, and...
Thanks for the update @oising - it looks fine for `Example` and `Tests`. However for the `Orleans.Multitenant` NuGet itself there is no need to update from 8.1; there are no...
> Could you update the PR to remove all changes within the NuGet project? @oising do you have an ETA? I intend to release 2.2 on Monday, it would be...
> I'm on vacation for three weeks and away from the computer, so I could do it when I'm back, or feel free to add a commit yourself :) @oising...
Hi @SteveHSX7, thanks for the question - I will add that async callback in the next release and keep this issue open until then. You would need to think about...