Skip to content

Instantly share code, notes, and snippets.

@pstapf
Last active September 2, 2018 14:01
Show Gist options
  • Save pstapf/50a868324bcfb7465e28b9fdcd3443f6 to your computer and use it in GitHub Desktop.
Save pstapf/50a868324bcfb7465e28b9fdcd3443f6 to your computer and use it in GitHub Desktop.
B2BHouseKeeping solution configuration file for blogging
<?xml version="1.0" encoding="utf-8"?>
<B2BHouseKeepSolution>
<!-- Configuration parameter for all PowerShell connector script -->
<PowerShell>
<TenantName>domain.onmicrosoft.com</TenantName>
<ClientID>XXXXXXX</ClientID>
<ClientSecret>XXXXXXX</ClientSecret>
<LastLoginExtAttribute>extension_XXXXXXXXXX_LastLogin</LastLoginExtAttribute>
</PowerShell>
<!-- Configuration parameter for MIM MVExtension code -->
<MVExtension>
<!-- After these days in PendingInvite state the account will be deleted from AAD -->
<DaysAfterDeletePendingInvites>90</DaysAfterDeletePendingInvites>
<!-- After these days of last login the account will be deleted from AAD -->
<DaysAfterDeleteInactiveGuests>180</DaysAfterDeleteInactiveGuests>
<!-- Name of the MA for read/write Azure AD B2B User -->
<B2BUserConnectorName>B2BUserMA</B2BUserConnectorName>
</MVExtension>
</B2BHouseKeepSolution>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment