youngj7
youngj7
I have been debugging this a bit more and found that the user token cache does contain an access token, BUT the key for the user account is not the...
@jmprieur I will have to double-check, but I think the "nameidentifier" is being pulled from the id_token's "sub" claim. If you look at the bottom-right corner of my last code...
@jmprieur Since the online documentation indicates this should be working, is this a bug or does the documentation need to be corrected?
@jmprieur The link to the Microsoft document is in my previous comment above.
@jmprieur I am obviously confused too. Earlier, I asked if MSAL.NET was different than Microsoft.Identity.Web. I see now that MSAL.NET pages link to Microsoft.Identity.Client, but they are all intertwined. I...