PrepAway - Latest Free Exam Questions & Answers

Which two actions should you perform?

You develop a Windows Store application that has a web service backend.
You plan to use the Azure Active Directory Authentication Library to authenticate users to
Azure Active Directory (Azure AD) and access directory data on behalf of the user.
You need to ensure that users can log in to the application by using their Azure AD
credentials.
Which two actions should you perform? Each correct answer presents part of the solution.

PrepAway - Latest Free Exam Questions & Answers

A.
Create a native client application in Azure AD.

B.
Configure directory integration.

C.
Create a web application in Azure AD.

D.
Enable workspace join.

E.
Configure an Access Control namespace.

Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn499820.aspx#BKMK_Auth

10 Comments on “Which two actions should you perform?

  1. CastorTray says:

    B and C

    B: An application that wants to outsource authentication to Azure AD must be registered in Azure AD, which registers and uniquely identifies the app in the directory.
    C (not A): NativeClient-WindowsStore
    A Windows Store application that calls a web API that is secured with Azure AD.

    Reference: AzureADSamples/NativeClient-WindowsStore
    Authentication Scenarios for Azure AD, Basics of Authentication in Azure AD
    http://msdn.microsoft.com/en-us/library/azure/dn499820.aspx#BKMK_Auth
    https://github.com/AzureADSamples/NativeClient-WindowsStore




    0



    0
  2. wetrain says:

    Answer A and B is correct for the following reasons

    1. It must be integrated with Azure AD
    2. Its a Windows Store Application (definition of a windows store app is here http://channel9.msdn.com/Blogs/One-Dev-Minute/What-is-a-Windows-Store-app)
    According to https://msdn.microsoft.com/en-us/library/dn132599.aspx , the windows store application is a native client application

    “On the Tell us about your application page, you must specify a name for your application as well as indicate the type of application you are registering with Azure AD. You can choose from a web application and/or web API (default) or native client application which represents an application that is installed on a device such as a phone or computer.”

    And this link shows how to integrate your app to Azure AD
    https://azure.microsoft.com/en-us/documentation/articles/mobile-services-windows-store-dotnet-adal-sso-authentication/




    0



    0

Leave a Reply