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 readingCategory Archives: Office 365 Education
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 readingProvisioning o365 accounts using Google SAML App and assign licences using power shell
The final piece of our puzzle is provisioning of Office 365 Education (o365) automatically. To recap, we started out by using Moodle as the directory reference, modified Moodle plugin called Configurable Reports to synchronize Moodle user accounts to our LDAP server, and used Google Cloud Directory Sync (GCDS) to provision Google accounts from our LDAP […]
Continue readingUsing Moodle as a Directory
Ideally, it would be nice to have a master on-premises directory that controls membership in the institution. This would be the reference. All other services would be synchronized to this and have a single-sign-on (SSO). To be specific, we would have our on-premises directory on open LDAP (Light Directory Access Protocol) and our services such […]
Continue reading