Enumerate all SharePoint Online site collections via the Graph API

In another article of the “this is now finally possible in Office 365”, here’s how to get a list of all SharePoint Online site collections (or “sites”, as Microsoft is confusingly calling them  lately) via a simple Graph API query: OK, not so fast! There are some important details we …

Continue readingEnumerate all SharePoint Online site collections via the Graph API

Did you know: WhatIf operator for Graph API queries

Most of you that are familiar with PowerShell are likely aware of the -WhatIf parameter and its usefulness. Or might have at least heard about it, as unfortunately we’ve seen many examples where “official” Microsoft-released modules do not take advantage of said parameter or outright ignore it. If you are …

Continue readingDid you know: WhatIf operator for Graph API queries

Azure AD introduces native Certificate-based authentication

Certificate-based authentication (CBA) has long been the de-facto standard in some organizations, and accordingly, requirements for CBA to cloud apps are not uncommon. In fact, Office 365 has long supported CBA as part of federated authentication flows, with support for some additional scenarios added later on. Now, Microsoft is finally …

Continue readingAzure AD introduces native Certificate-based authentication