i am trying to set up single sign on for office 365 for my domain using my own identity provider. i have configured the domain to get to the login page of my identity provider whenever a user types in the credentials. though the login page of my identity provider opens, there is no SAML Request parameter in the URL of the page. is there some setting or configuration I need to do in order to send the correct SAML request?
i have followed these steps in configuring my domain:
1) add a new domain in office 365
2) add dns records and verify ownership
3) add user for that domain
4) set up ADFS (i have used Azure for this)
5) run Set-MsolDomainAuthentication to convert the Office 365 domain from standard authentication to single sign-on
what else do i need to do?