SC-300 Exam QuestionsBrowse all questions from this exam

SC-300 Exam - Question 224


DRAG DROP -

Your company has an Azure Active Directory (Azure AD) tenant named contoso.com.

The company is developing a web service named App1.

You need to ensure that App1 can use Microsoft Graph to read directory data in contoso.com.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange then in the correct order.

Select and Place:

Exam SC-300 Question 224
Show Answer
Correct Answer:
Exam SC-300 Question 224

Discussion

19 comments
Sign in to comment
med4
Oct 20, 2022

you add app permission first and next admin consent

Jacquesvz
Jan 25, 2023

100% First, we need to register a new application Then we need to add application permissions And then we need to grant admin consent

saybersec
Apr 26, 2023

I agree. Video on this link is the proof. https://docs.microsoft.com/en-us/graph/permissions-reference

saybersec
Apr 26, 2023

I agree. Video on this link is the proof. https://docs.microsoft.com/en-us/graph/permissions-reference

KrissB
Aug 11, 2024

proof: https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis#application-permission-to-microsoft-graph

girikedar
Dec 5, 2022

Answer should be :- 1) Create app registration 2)App Permission 3) Admin Consent

Xyz_40
Jun 12, 2023

You are absolutely right: Create App Registration, Add the permission for the Application using the Microsoft Graph, then, Create Admin Consent

jack987
Dec 27, 2023

I agree with girikedar. The correct answer is: 1. Create app registration 2. App permission 3. Admin consent Video explaining: https://youtu.be/yXYzgWWVdSM?t=145

sapien45
Jun 28, 2023

Great videos guys 1) Create app registration 2)App Permission 3) Admin Consent

Bjarki2330
Aug 31, 2023

As others said, 2 and 3 are the other way around. 1) Create app registration 2) Add app permissions 3) Grant admin consent

Fr3ng
Oct 24, 2022

The answer is not correct. You can't grant admin consent without adding permissions first...

med4
Oct 30, 2022

consent is last

Dreamhaxx
Nov 30, 2022

Agreed Swap app permissions with admin consent

dule27
Jun 19, 2024

1. Create an app registration 2. Add App permissions 3. Grant Admin consent

EmnCours
Aug 15, 2024

1: Create App registration. 2: Add App Permission 3: Grant Admin Consent

Nivos300
Nov 7, 2024

GPT : To ensure that App1 can use Microsoft Graph to read directory data in contoso.com, you should perform the following actions in sequence: Create an app registration: This is the first step to register your application with Azure AD. Add app permissions: Specify the necessary permissions for App1 to access Microsoft Graph resources. Grant admin consent: After specifying the permissions, an admin must grant consent for App1 to access the specified permissions. The correct sequence is as follows: Create an app registration. Add app permissions. Grant admin consent. Sources: Microsoft Graph permissions reference Configure required Azure AD Graph permissions for an Overview of Microsoft Graph permissions

Jun143
Mar 21, 2023

just pass the exam today. This came in the question.

RandomNickname
Jun 20, 2023

As far as I can see given answer is wrong way round for 2, 3. See MS article; https://docs.microsoft.com/en-us/graph/permissions-reference So agree with others. 1: Create App registration. 2: Add App Permission 3: Grant Admin Consent

sbnpj
Apr 11, 2024

First register app --->add permission -----> grant admin consent.

mancio
May 20, 2024

1) Create app registration 2) App Permission 3) Admin Consent

007Ali
Jan 14, 2023

Answer listed is correct, validated in a lab :- 1. Create an app registration 2. Admin Consent (Click on "Grant admin consent" button) 3. App Permission (Click Accept on the "Permissions requested Review for your organisation" prompt)

Pravda
Jan 22, 2023

Link in question confirms answer is correct.

stromnessian
Feb 20, 2023

Supplied answer is incorrect; grant admin consent is the final step, and comes after selecting permissions. App registration is obviously first.

Taigr
Feb 23, 2024

I think that the answer is correct. After Enterprise app registration you will go there in Security/Permissions and you will click on Grant admin consent. This will show popup for credentials and after you will see popup which API permissions app want and you can accept it. By this you added the API permissions.

kmk_01
Apr 12, 2024

No the answer is not correct. I have done many of these app registrations in the past 3 years. It's Register App -> Configure permissions -> Provide Admin consent

217f3c9
Apr 26, 2024

Only for default read permission. For others you need to grant admin again after adding them.

Obi_Wan_Jacoby
Apr 15, 2025

Going with what everyone else is saying, which at this time in April of 2025 the answer actually reflects what others say should be the answer. 1) Create app registration 2)App Permission 3) Admin Consent