linking Office 365 and ADFS on Azure
Posted
by
Gaurav
on Server Fault
See other posts from Server Fault
or by Gaurav
Published on 2014-06-09T07:22:38Z
Indexed on
2014/06/09
9:27 UTC
Read the original article
Hit count: 221
i am trying to link my ADFS to Office 365 in order to set up Single Sign On for Office 365. I am going over this blog post. at Step 5, i am supposed to run Powershell commands so i can connect the ADFS to Office 365.
Set-MsolAdfscontext -Computer <AD FS server FQDN>
Convert-MsolDomainToFederated -DomainName <domain name>
i am unable to determine the FQDN for the ADFS server. i searched around a lot on the web, but was not able to locate the solution. i am just getting started with all configuration of ADFS and Office 365, but was not able to find out a solution. any answers?
© Server Fault or respective owner