Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Request Message

...

Job request messages read by the Azure AD Group Expander have the following format:

Code Block
languagexml
collapsetrue
<doc actionProperties="cacheGroups" />

...

Configuration

...

ElementTypeDefaultDescription
clientIdstring Client ID assigned to the application registered on Windows Azure.
clientSecretstring Client Secret Key created for the Windows Azure application.
tenantDomainstring Domain of your Office 365 instance in the following format: <domain>.onmicrosoft.com.
lowerCasebooleanfalseFlag to lowercase all the entries in the group expansion cache.

 

Configuration Example

 

Code Block
languagexml
collapsetrue
<component name="AADCache" subType="default" factoryName="aspire-azure-groupexpander">
  <debug>${debug}</debug>
  <clientId>${clientId}</clientId>
  <clientSecret>${clientSecret}</clientSecret>
  <tenantDomain>${tenantDomain}</tenantDomain>          
  <lowerCase>${lowerCase}</lowerCase>
</component>

...

Results

...

All results from the group expansion are saved into a cache file so they can be picked up by the connectors that need the information.