Winston Fan
Winston Fan
Thanks @TiagoBrenck I am still trying to find out an up-to-date example which fits my requirements. Once again, I found [this one](https://github.com/Azure-Samples/ms-identity-aspnet-webapi-onbehalfof#register-the-service-app-todolistservice-obo-sample-v2) On point 10, it still shows to use...
thanks @TiagoBrenck for the update. Unfortunately, no. I have been stuck here for about 4 weeks. I have put my question here: https://stackoverflow.com/questions/61524182/msal-net-no-account-or-login-hint-was-passed-to-the-acquiretokensilent-call If you could have a look, that...
thanks @TiagoBrenck for pointing out the correct example to follow. I checked my app registration for my API project on Azure, it's almost identical to the one you provided(https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph#register-the-service-app-todolistservice) EXCEPT...
I updated my SPA request to use: `"resourceScope": "https://papayee008.onmicrosoft.com/papayee008/.default"` And here is the configuration for the SPA  and here is the config for Web Api:  (Btw, I also...
hi @TiagoBrenck I think i finally have made some progress. I found the git repository -> Microsoft.Identity.Web and read through its Readme and understood why you asked me to call...
I added a reference to Microsoft.Identity.Web project so that I can debug inside it. And I found that the code was trying to fetch value from cache but got null:...
hi @TiagoBrenck the "account" is null, you can see it from the second last screenshot. Cheers, Winston
@TiagoBrenck thanks man, Yes, sure. I am based in Melbourne Australia, I can do screen sharing after work 6PM, or anytime in weekends. What is your preferred tool to use?...
hi @TiagoBrenck thanks for your willingness to help. I have tried, I cannot use my own Microsoft account to log into Team and cannot find you if I logged in...
> What version of Ubuntu? I use Ubuntu 21.10 on RPi 4 with 4GB RAM. To see more details: https://github.com/gpiozero/gpiozero/issues/1000