Developer Support

Advocacy and Innovation

Azure AD client certificate rollover

In a recent post from his blog, Premier Developer Consultant Marius Rochon gives us a step-by-step overview of how to use OAuth2 Client Credential flow with an X509 certificate. This Azure AD sample shows how to use OAuth2 Client Credential flow with an X509 certificate for authentication. Here is a procedure I use to periodically rollover ...

Changing user password in Azure AD using GraphAPI

Recently, Premier Developer Consultant Marius Rochon posted this article on his blog regarding changing passwords in Azure AD that may be helpful to those of you facing this specific scenario in your applications: You use Azure AD for some applications (e.g. Office365), but... ...one of your applications does NOT use Azure AD (yet). It has ...

Introducing CREST and Graph API

Deepak Malik, Senior ADM, shares an overview of Commerce Rest and Azure AD Graph APIs for Cloud Solution Provider Partners. Cloud Solution Provider (CSP) partners can improve their experience through API Integration with the Office 365 services provided by Microsoft to monitor, service and manage customers. These API's are categorized ...

Using Azure AD to authorize Service Bus requests

Most Service Bus examples use symmetric keys directly in applications needing access to the Service Bus, usually as part of the connection string. That approach does not work so well with widely distributed applications, e.g. desktop or mobile apps.  In the latest post from his blog, Marius Rochon gives an example of how to use Azure ...