You are an app developer in your company and you have created a multi-tenant app as per the instructions of your manager.
Which of the following objects will be created when you register the app? [Select two options]
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.Correct Answers: A and C
The application object and Service principal object are the two objects that are created when you register an app.
Option A is correct.
Application object and Service principal object are the two objects that are created when you register an app.
Option B is incorrect.
The client object is not created when you register an app.
Option C is correct.
Application object and Service principal object are the two objects that are created when you register an app.
Option D is incorrect.
The server object is not created when you register an app.
Option E is incorrect.
Application object and Service principal object are the two objects that are created when you register an app.
Option F is incorrect.
Options A and C are correct.
To know more about identity providers and registering an app, please visit the below link:
When an app is registered in Azure Active Directory (Azure AD), it creates several objects that are used to manage and authenticate the app's access to Azure resources. These objects include:
Application object: This object represents the app registration itself and contains metadata about the app, such as its name, redirect URIs, and client ID. It also includes the app's permissions and the roles that it can assume. The application object is used to authenticate the app and authorize it to access Azure resources.
Service principal object: This object is automatically created when an application is registered in Azure AD. It represents the app's identity and credentials, and it is used to authenticate the app and authorize it to access Azure resources. The service principal object is associated with the application object and contains the app's client ID and client secret.
Client object: This object represents the user or service principal that is authenticating to the app. It is created when a user or service principal signs in to the app, and it contains information about the user or service principal, such as its ID and display name.
Server object: There is no such object as a "server object" in Azure AD. This is not a valid option.
Therefore, the correct answers to the question are A. Application object and C. Service principal object.