Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Airwatch and Office365 integration

My organization is using Airwatch as a MDM tool. We have a office 365 environment which is integrated with AD and we'd like to see if we can provision the users using existing office 365 environment without manually creating accounts in AirWatch. Has anyone tried this before and please pass any reference if so ?

Thanks

like image 998
user3303849 Avatar asked Dec 02 '25 07:12

user3303849


1 Answers

There is already an Application Access integration for AirWatch: AirWatch: Connect to Windows Azure Active Directory. Note that Windows Azure Active Directory is where you have all the Office 365 user accounts.

Since this is SO, and SO is for programming questions, I'm going to assume you are looking to build your own application that does a customized integration for you. I'm going to further assume that the AirWatch APIs allow you to create new users.

You could do the following:

  1. Use the Windows Azure AD Graph Differential Query to detect when a new user is created.
  2. Use the Airwatch APIs to provision the user in Airwatch.

Alternatively:

  1. Use the Windows Azure Active Directory Graph API to create users (and, optionally, assign Office 365 licenses).
  2. Use the Airwatch APIs to provision the user in Airwatch.
like image 145
Philippe Signoret Avatar answered Dec 03 '25 21:12

Philippe Signoret



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!