You need to enable Microsoft Entra ID (formerly Azure Active Directory) authentication for the developer portal of an existing Azure API Management (APIM) instance. Which sequence of actions should you perform to complete the configuration? To answer, drag all actions from the list of actions to the answer area and arrange them in the correct order.
- 1Register an application in Microsoft Entra ID and configure the redirect URI to point to the developer portal.
- 2Generate a client secret in the Microsoft Entra ID application registration.
- 3Navigate to the API Management resource in the Azure portal and open the Identities blade under the Developer portal section.
- 4Add Microsoft Entra ID as an identity provider, and configure it using the Client ID, Tenant ID, and Client Secret.
- 5Publish the Developer Portal from the Portal overview or operations blade.
Answer
Register the application in Microsoft Entra ID with the redirect URI, generate a client secret, navigate to the Identities blade in the API Management resource, add Microsoft Entra ID as an identity provider with the application details, and publish the Developer Portal.
To enable Microsoft Entra ID authentication for the developer portal, you must first register an application in Microsoft Entra ID to obtain the Client ID and set up a client secret. This allows secure integration between API Management and Entra ID. Next, you navigate to the Identities blade under the Developer portal section of the API Management instance in the Azure portal and configure the Microsoft Entra ID identity provider using the registered credentials. Finally, the developer portal must be published for the sign-in option to become active and visible to users.
Step-by-Step Solution
Key Concept
Configuring identity providers and authentication for the Azure API Management developer portal.