This extension implements a Sync Source which can be used to resync users from an AzureAD service.
Allowed Arguments
Argument Name: | tenant-id |
Description: | The tenantId used to call the AzureAD Graph API |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | client-id |
Description: | The clientId used to call the AzureAD Graph API |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | client-secret |
Description: | The clientSecret used in conjunction with the clientId to call the AzureAD Graph API |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 1 |
Argument Name: | attributes |
Description: | The attributes returned from the AzureAD Graph API. Comma separated list of attribute names (i.e. first,last,address |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |
Argument Name: | filter |
Description: | The filter used with the AzureAD Graph API. |
Data Type: | String |
Is Required: | false |
Maximum Occurrences: | 1 |