Azure-Samples / ms-identity-javascript-tutorial

A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
https://aka.ms/aadv2
MIT License
134 stars 89 forks source link

Minor uncertainties #161

Open ykazykenovbgc opened 8 months ago

ykazykenovbgc commented 8 months ago

Which version of Microsoft.Identity.Client are you using? 01442183f7d0fa7b74bd17adf39b0b505b18ee4d

  1. image there is no "id token" in console. You can peek it from the requests in Network tab, but not in the Console

  2. image

typo in Redirect URL I guess. the file 3-Authorization-II/1-call-api/README.md

  1. image
ethanherbertson commented 5 months ago

I would think, as a newbie, that the "service" app probably shouldn't have a redirect URI at all. It doesn't look like the API code uses it for anything, and it's not clear to me how it even could.