A company deploys an Office 365 tenant.
You need to configure single sign-on (SSO) for all user accounts.
Which two actions should you perform? Each correct answer presents part of the solution.
A.
Run the Windows PowerShell cmdlet Convert-MsolDomainToStandard.
B.
Run the Windows PowerShell cmdlet Enable-ADFSEndpoint.
C.
Run the Windows PowerShell cmdlet Convert-MsolDomainToFederated.
D.
Deploy a federation server proxy.E. Run the Windows PowerShell cmdlet New-ADFSOrganization.
F.
Deploy a federation server farm.
Explanation:
http://technet.microsoft.com/en-us/library/dn194092.aspx
C and E, correct.
Did you mean to say C, and F?
I think it’s indeed C and F because you need a local ADFS server/farm to use a federated situation.
You would also want a ADFS Proxy as you don’t want your ADFS exposed to the internet but since you have to choose only two answers C and F would be the best options since it would work without a proxy.