Your company network includes users in multiple directories. You plan to publish a softwareas-a-service application named SaasApp1 to Azure Active Directory.
You need to ensure that all users can access SaasApp1.
What should you do?
A.
Configure the Federation Metadata URL
B.
Register the application as a web application.
C.
Configure the application as a multi-tenant.
D.
Register the application as a native client application.
Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn151789.aspx
anyone knows the answer?
is it correct?
C is okay
I agree. Found something similar here http://exam-test-ms-70-533.azurewebsites.net/
C because users are in multiple directories ???
Found a better explanation-
A single tenant application only needs to look in its own directory for a user, while a multi-tenant application needs to identify a specific user from all the directories in Azure AD.
https://azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/
Hence C.
Multi-tenant application: A multi-tenant application is intended for use in many organizations, not just one organization. These are typically software-as-a-service (SaaS) applications written by an independent software vendor (ISV). Multi-tenant applications need to be provisioned in each directory where they will be used, which requires user or administrator consent to register them.
https://azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/
Right Ans :
Configure the application as a multi-tenant.