I use the Google SAML App for SSO and user provisioning into Office365 (o365) using Google Authentication as IDP (Identity provider). In order to provide SSO, domains have to be federated. See this blog post for details. For some unexplained reason many accounts on o365 were hard deleted and the Google SAML App was not […]
Continue readingTag Archives: federating domains
Federating o365 with Google
In order to SSO into o365 using Google we need to federate the domains. This is a requirement of o365. This is done as follows: Ensure using below commands that Immutableid is not blank and matches UPN of every user. # Powershell get all users with blank ImmutableID Get-MsolUser -all | Where-Object { $_.ImmutableId -notmatch […]
Continue reading