AZ-400 · Question #365
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Planned Changes Planned
The correct answer is Create an app.; Add a secret.; Configure the ID and secret for App1. To configure App1 to use a service principal in Azure AD, you must follow three sequential steps: first, register the application by creating an app registration in Azure AD, then generate credentials by adding a client secret to that app registration, and finally configure App1
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Create an app.
- Add a secret.
- Configure the ID and secret for App1
Explanation
To configure App1 to use a service principal in Azure AD, you must follow three sequential steps: first, register the application by creating an app registration in Azure AD, then generate credentials by adding a client secret to that app registration, and finally configure App1 with the application (client) ID and the secret so it can authenticate using the service principal identity. This is the standard OAuth 2.0 client credentials flow for service principal authentication in Azure AD.
Topics
Community Discussion
No community discussion yet for this question.

