AAD - Azure Active Directory
[AAD]
Azure Active Directory is “the” primary data source for SCA and get queried via Graph-API. Every AAD account in your tenant, with the necessary requirements, will be a contact shown in SCA. The query utilizes “Member” accounts only, “Guest” accounts will be ignored. This is basically an "All in" method with default exceptions. An administrator can extend these default exceptions via the configuration parameter AADFilters.
Any AAD contact to be shown in SCA, must have the following 3 requirements:
First name
Last name
Valid phone number
AAD as datasource is enabled by default.
In case you would like to disable this data source for your users, the configuration parameter AAD_Enabled
needs to be set to false
Last updated