I am trying to follow articles https://msdn.microsoft.com/en-us/library/azure/dn641269.aspx https://support.google.com/a/answer/6363817?hl=en
for domain school.edu
When I open a private browsing window and go to login.microsoftonline.com and specify a user at my domain, I am redirected as expected to Google for login & password. However, after entering valid credentials, I am redirected to a Microsoft login page with the error
I get error Additional technical information: Correlation ID: [redacted, not sure if this is a sensitive ID] Timestamp: 2017-05-11 19:15:31Z AADSTS50107: Requested federation realm object 'https://accounts.google.com/o/saml2?idpid=[id]' does not exist.
The URL listed there returns a 404 when accessed directly, but https://accounts.google.com/o/saml2/idp?idpid=[id] can be accessed directly (albeit with an error for a malformed SAML request). I specified the idp?idpid=[id] as the LogOnUri over powershell but it does not seem to be pulling from that value there.
I am unsure how to proceed from here, beyond opening a ticket with Microsoft (they were unable to help the last time we attempted SSO via different means, perhaps a year ago).