<div dir="ltr"><div>Good afternoon,</div><div><br></div><div>I'm in the training with Ivan and he suggested I sent this off to the mailing list. The situation, which has come up several times in my corporate Oracle IDM projects, is Microsoft's Exchange <a href="https://technet.microsoft.com/en-us/library/jj200581(v=exchg.150).aspx">hybrid installation mode</a>.<br></div><div><br></div><div>An account is created in local Active Directory and flagged as a remote mail user. This is typically done with PowerShell. A scheduled Microsoft process runs on the domain controller (every 30 minutes by default) that creates or updates an Azure AD account and O365 mailbox for remote mail users in the cloud. This process is called DirSync.</div><div><br></div><div><i>After</i> DirSync runs, we need to provision a license for the user in O365. This is done either via the Graph REST API or via another set of PowerShell commands. The license setup cannot be run before DirSync because the user doesn't exist in O365 yet.<br></div><div><br></div><div>Here's how I've resolved this in OIM: After the AD PowerShell commands, I set a flag on the <i>user</i> in OIM to mark them as needing a license. A custom scheduled job (just some Java code) in OIM attempts to provision the license for the each user with the flag set. If the license is successfully added, the user is un-flagged. If the license is NOT successfully added, the user retains the flag and we try again.</div><div><br></div><div>Could something like this be done in Midpoint?</div><div><br></div><div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Devin Rosenbauer<br>Principal Consultant<br>Identity Works LLC<br>+1 585 210 3201<br></div></div>
</div></div>