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

Custom security attributes in Azure AD part 3: working with custom security attributes

First look at custom security attributes in Azure AD. In this series, we will cover “legacy” methods to extend the Azure AD schema, as well as the recently introduced custom security attributes. …

Continue readingCustom security attributes in Azure AD part 3: working with custom security attributes