Bogdan Gavril
Bogdan Gavril
I'm not a Linux expert by far, but I tried to get DBUS to work on an Ubuntu box without X11 for 1-2 days and couldn't. Maybe there's a way,...
This is chapter 2
When I tried to use the approach above (`WithExtraScopesToConsent`) , this worked for me for both MSA (there is no tenant admin? )and AAD user. The consent screen asked me...
Updated the build, hopefully it'll pass now.
This folder 2, the code is here: https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/blob/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph/TodoListClient/MainWindow.xaml.cs#L206
Please let me know if more info is needed on this. Repro steps would be: 1. clone https://github.com/AzureAD/microsoft-authentication-library-for-dotnet 2. cd src\client\Microsoft.Identity.Client 3. msbuild /t:pack
We're using the bait and switch technique to model the public API in netstandard versus other tfms. There are quite a few places where we do this, and it has...
Thanks @onovotny , I'll give that a go and report back.
This aspect has been under-defined in MSAL libraries, but I think most MSALs will use the id token's `tid` claim to store tokens, because `organizations` (as well as `common`) is...
The whole point of `MemoryDistributedCache` is that it ships in the box. It's in the same assembly and namespace as `IDistributedCache`. 