AZ-400 · Question #366
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 'Create an app' (app registration in Azure AD, which creates the service principal), then 'Add a secret' (generate a client secret for authentication), and finally 'Configure t
Question
Exhibit
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 'Create an app' (app registration in Azure AD, which creates the service principal), then 'Add a secret' (generate a client secret for authentication), and finally 'Configure the ID and secret for App1' (apply the application ID and client secret to App1's configuration so it can authenticate using the service principal). 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.
