You have a single-page application (SPA) named TodoListSPA and a server-based web app named TodoListService. The permissions for the TodoList SPA API are configured as shown in the TodoList SPA exhibit. (Click the TodoListSPA tab.) The permissions for the TodoListService…

You need to configure the initial login request in the access token JavaScript script. Which code segment should you insert at line 01 A. const scopes = [‘https://graph.microsoft.com/.default’]; B. const accessTokenRequest = { }; C. const scopes = [‘https://graph.microsoft.com/Files.Read.All’, https://graph.microsoft.com/Mail.Send.All’];…