Valid SC-300 Dumps shared by ExamDiscuss.com for Helping Passing SC-300 Exam! ExamDiscuss.com now offer the newest SC-300 exam dumps, the ExamDiscuss.com SC-300 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SC-300 dumps with Test Engine here:
You have a Microsoft 365 subscription. You plan to deploy an app named App1 that will have the following configurations: * Will be registered in Microsoft Entra * Will run as a service without user interaction * Will collect audit logs associated with user sign-ins * Will access resources by using the Microsoft Graph API You need to ensure that App1 can access Microsoft Graph. What should you use?
Correct Answer: D
Recent Comments (The most recent comments are at the top.)
sam - Oct 04, 2024
Microsoft Graph supports two access scenarios, delegated access and app-only access. In delegated access, the app calls Microsoft Graph on behalf of a signed-in user. In app-only access, the app calls Microsoft Graph with its own identity, without a signed in user.
In this case, the app will act behalf of the signed in user, so it's clearly delegated access.
Recent Comments (The most recent comments are at the top.)
Microsoft Graph supports two access scenarios, delegated access and app-only access. In delegated access, the app calls Microsoft Graph on behalf of a signed-in user. In app-only access, the app calls Microsoft Graph with its own identity, without a signed in user.
In this case, the app will act behalf of the signed in user, so it's clearly delegated access.
https://learn.microsoft.com/en-us/graph/permissions-overview?tabs=http#permission-types
https://learn.microsoft.com/en-us/entra/identity-platform/delegated-access-primer
https://learn.microsoft.com/en-us/entra/identity-platform/permissions-consent-overview