Link to home
Create AccountLog in
Avatar of Rhala
Rhala

asked on

sequence to install and configure SSO with Office 365

Dear All,

What are the sequence to install and configure SSO with Office 365?

1-      Do I have to install AD FS first?
Then
2-      AD FS Proxy or TMG
Then
3-      DirSync?
Then
4-      Add domain to Office 365?
Then …. What


Please help

thanks
ASKER CERTIFIED SOLUTION
Avatar of ms-pro
ms-pro
Flag of Denmark image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Rhala
Rhala

ASKER

Dear ms-Pro,

for point number 4, Register and verify your company O365 Tenant ..... do i have to add it through office 365 portal?

is there anything else?
Yes you need to add the domain name through the portal. No not really, not in regards to AD FS and DirSync.
Avatar of Rhala

ASKER

do i have a shell command to change the domain added through portal to "federation" domain?
Yes you do, here you are;

$cred = get-credential
Enter your Office 365 administrator credentials
Convert-MSOLDomainToFederated –domainname <domain.com>
Update-MSOLFederatedDomain –domainname <domain.com>

Open in new window

Avatar of Rhala

ASKER

what about# 7
7-Establish a Federation Relationship to O365

how is should be done?
Follow this article Step 7 Creating Single Sign On with O365 Wave 15 (still valid for current O365 version)
Avatar of Rhala

ASKER

which article?