What should you do?

You manage a software-as-a-service application named SaasApp1 that provides user management features in a multi-directory environment. You plan to offer SaasApp1 to other organizations that use Azure Active Directory.You need to ensure that SaasAppI can access directory objects. What should you do?The Azure Active Directory Graph API provides programmatic access to Azure AD through REST API endpoints. Applications can use the Graph API to perform create, read, update, and delete (CRUD) operations on directory data and objects.References: http://msdn.microsoft.com/en-us/library/azure/hh974476.aspx

Question:

What should you do?

Options:

Configure the Federation Metadata URL

Register SaasAppI as a native client application

Register SaasAppI as a web application

Configure the Graph API

Correct Answer

The Correct Answer for this Question is

Configure the Graph API

Leave a Comment