AZ-500 · Question #563
You have an Azure subscription that is linked to a Microsoft Entra tenant named contoso.com. You register an application named App1 in contoso.com. You need to add a platform configuration for…
The correct answer is B. Authentication. A redirect URI is where the Microsoft identity platform sends security tokens after authentication. You can configure redirect URIs in Platform configurations in the Microsoft Entra admin center. For Web and Single-page applications, you need to specify a redirect URI manually…
Question
Options
- ABranding & properties
- BAuthentication
- CManifest
- DToken configuration
How the community answered
(30 responses)- B93% (28)
- C3% (1)
- D3% (1)
Explanation
A redirect URI is where the Microsoft identity platform sends security tokens after authentication. You can configure redirect URIs in Platform configurations in the Microsoft Entra admin center. For Web and Single-page applications, you need to specify a redirect URI manually. For Mobile and desktop platforms, you select from generated redirect URIs. https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
Community Discussion
No community discussion yet for this question.