exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 1 question 40 discussion

Actual exam question from Microsoft's AZ-500
Question #: 40
Topic #: 1
[All AZ-500 Questions]

You need to consider the underlined segment to establish whether it is accurate.
Your Azure Active Directory Azure (Azure AD) tenant has an Azure subscription linked to it.
Your developer has created a mobile application that obtains Azure AD access tokens using the OAuth 2 implicit grant type.
The mobile application must be registered in Azure AD.
You require a redirect URI from the developer for registration purposes.
Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • A. No adjustment required
  • B. a secret
  • C. a login hint
  • D. a client ID
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Rume
Highly Voted 3 years, 10 months ago
given answer is correct. "No adjustment required"
upvoted 42 times
helpaws
3 years, 3 months ago
https://docs.microsoft.com/en-us/azure/active-directory/develop/reply-url
upvoted 2 times
...
...
LDodge
Highly Voted 3 years, 4 months ago
Selected Answer: D
As per Microsoft's documentation, a Client ID is REQUIRED, while a Redirect URI is only RECOMMENDED https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow
upvoted 34 times
zellck
1 year, 11 months ago
Client ID is generated when app is registered, not given by developer. https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application When registration finishes, the Azure portal displays the app registration's Overview pane. You see the Application (client) ID. Also called the client ID, this value uniquely identifies your application in the Microsoft identity platform.
upvoted 9 times
...
xRiot007
9 months, 2 weeks ago
A client ID is required for access, not for registration. The problem is at the step where the app needs registering. The Client ID (or App ID) is what you get after the registration is done.
upvoted 3 times
...
CaioAugusto
3 years, 1 month ago
At your link the client_id is referred not to register the app, but instead after, to obtain a token from Azure AD. To register an app you just need the redirect uri. Correct response is A - No adjustment required.
upvoted 6 times
...
Siblark
2 years, 7 months ago
You require a client id for access purposes but need a REDIRECT URI to register an app. Sometimes, you may not enter it during registration, but you must enter it later on. https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
upvoted 2 times
...
...
stonwall12
Most Recent 2 months, 2 weeks ago
Selected Answer: A
Answer: A, No adjustment required Reason: The underlined segment is accurate. When registering a mobile application that uses the OAuth 2 implicit grant flow in Azure AD, a redirect URI is indeed required. Reference: https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow#send-the-sign-in-request
upvoted 1 times
...
Ruffyit
5 months, 4 weeks ago
As per Microsoft's documentation, a Client ID is REQUIRED, while a Redirect URI is only RECOMMENDED https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow
upvoted 1 times
JackGelder
5 months, 3 weeks ago
Client ID is generated after you complete the registration. Question clearly says the you require some information from developer. Developer can't provide you client Id
upvoted 1 times
...
...
ITFranz
6 months ago
To use the OAuth 2.0 implicit grant type with a mobile application registered in Azure AD, you'll need to follow these key steps: Register the mobile application in Azure AD: Sign in to the Azure portal Navigate to Azure Active Directory Select "App registrations" and click "New registration" Provide a name for your application Select "Public client/native (mobile & desktop)" as the application type Specify the redirect URI for your mobile app Answer = A
upvoted 1 times
...
sudowhoami
8 months, 2 weeks ago
Selected Answer: A
You require a redirect URI from the developer for registration purposes. Registering a mobile application that uses the OAuth 2.0 implicit grant type in Azure AD, the redirect URI is indeed required for registration. URI is where Azure AD will send the authentication response after the user logs in. A. No adjustment required
upvoted 2 times
...
JaridB
1 year ago
The underlined segment regarding the requirement for a redirect URI from the developer for Azure AD app registration is accurate. In the context of Azure Active Directory (Azure AD), when registering a mobile application that obtains Azure AD access tokens using the OAuth 2.0 implicit grant type, it is indeed necessary to provide a redirect URI. This redirect URI is where the Microsoft identity platform sends the user after authentication, and it is crucial for the correct operation of the application, as it receives the authentication response from Azure AD at this URI​ (MS Learn)​. Thus, the correct choice based on the information is: A. No adjustment required This choice is supported by the official Azure documentation, which explains the importance of specifying a redirect URI during the app registration process. The redirect URI is a fundamental part of setting up authentication flows within Azure AD​ (MS Learn)​.
upvoted 3 times
...
khaled_razouk
1 year, 1 month ago
Selected Answer: A
A you can do it from the app registration
upvoted 1 times
...
[Removed]
1 year, 4 months ago
The Redirect URI is where Azure AD will send the user after they have authenticated. This is a security measure to ensure that the authentication response is sent only to the authorized location specified by the application.
upvoted 1 times
...
wardy1983
1 year, 5 months ago
Answer: D Explanation: 1. As per Microsoft's documentation, a Client ID is REQUIRED, while a Redirect URI is only RECOMMENDED https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow 2. CLIENT ID
upvoted 1 times
...
flafernan
1 year, 6 months ago
Selected Answer: A
The client ID is required to register the mobile application with Azure AD and ensure that it can obtain access tokens using the OAuth 2 implicit flow. The "client ID" is a unique identifier for the application in Azure AD. Redirect URI: This is equally necessary as it defines where the authorization server should redirect the user after authentication is complete. This redirection is essential so that the server knows where to send the access token.
upvoted 1 times
...
flafernan
1 year, 6 months ago
Selected Answer: D
The client ID is required to register the mobile application with Azure AD and ensure that it can obtain access tokens using the OAuth 2 implicit flow. The "Client ID" is a unique identifier for the application in Azure AD. URI redirection is also required, but is not in the list of options offered. Therefore, the "D. a customer ID" option is the most accurate answer available.
upvoted 1 times
...
ArchitectX
1 year, 7 months ago
Selected Answer: D
"No adjustment required"
upvoted 2 times
...
timHAG
1 year, 8 months ago
Selected Answer: D
agree its d
upvoted 1 times
...
Ario
1 year, 9 months ago
Selected Answer: D
require a client ID
upvoted 1 times
...
Andre369
1 year, 11 months ago
Selected Answer: D
When registering a mobile application in Azure AD, you would require a redirect URI for registration purposes. The redirect URI is used to redirect the user back to the application after authentication. However, the redirect URI is not mentioned in the underlined segment.
upvoted 1 times
...
zellck
1 year, 11 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#add-a-redirect-uri A redirect URI is the location where the Microsoft identity platform redirects a user's client and sends security tokens after authentication.
upvoted 1 times
Holii
1 year, 11 months ago
Correct. Redirect URI is optional in the app registration...but nothing is 'required' for entry when registering an application. These values are all generated for you...so not sure what this question is asking. Redirect uri is optional: https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago