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

Provisioning 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 reading

Using 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