We are currently using Saml based Identity provider(Idp) that generates SAML response to allow SSO to Google apps . We are looking to allow support for Office 365 using java.
I am looking at all the documentation for Office 365 and from what I see, it uses SAML, but only if provided by an ADFS(Active Directory Federation service) or any other federation service. Is it possible to configure office 365 to use my Idp for authentication without dependency on ADFS and active directory(AD). If yes, can you give me details of how to configure the same. I have tried administering Office 365 using powershell but it fails when I try to execute this commandlet Convert-MsolDomainToFederated after connecting to the office 365 using Connect-MsolService.
I get an error :
Convert-MsolDomainToFederated : Failed to connect to Active Directory Federation Services 2.0 on the local machine.Please try running Set-MsolADFSContext before running this command again.
Has this worked for anyone. Please suggest
I have refer this msdn1 and msdn2 links.
Thanks