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.
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
isnt it B & C?
i believe so
http://msdn.microsoft.com/en-us/library/azure/dn499820.aspx#BKMK_Auth
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
i think b and c is correct
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/
A ANd B
https://azure.microsoft.com/en-gb/documentation/articles/mobile-services-windows-store-dotnet-adal-sso-authentication/
I would have to agree with Raj – A&B
A+B
Windows Store application
“Add an application my organization is developing”
“In the Add Application Wizard, enter a Name for your application and click the Native Client Application type”
https://azure.microsoft.com/en-us/documentation/articles/mobile-services-windows-store-dotnet-adal-sso-authentication/
exact
A+B
https://azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-windows-store/
Windows Store Application -> Native Client Application