Microsoft Exchange

The Microsoft Exchange connector is a Palantir-provided driver for Microsoft Exchange.

To create a new Microsoft Exchange source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft Exchange-specific configuration and networking. For the complete property reference, see the official Microsoft Exchange driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
DefaultGroupsMandatoryDetermines the default group context when accessing group-scoped resources in Microsoft Exchange.AllGroups
DefaultUserMandatoryDetermines the default user context when accessing user-scoped resources in Microsoft Exchange.CurrentUser
ServerMandatorySpecifies the URL of the Microsoft Exchange server to connect to.https://outlook.office365.com/EWS/Exchange.asmx
AuthSchemeRecommendedSpecifies the authentication scheme used to connect to the Microsoft Exchange server.AzureServicePrincipal
AzureTenantRecommendedIdentifies the Microsoft Exchange tenant being used to access data. Accepts either the tenant's domain name (for example, contoso.onmicrosoft.com ) or its directory (tenant) ID.
GroupIdRecommendedSpecifies the Id of a Microsoft Exchange group whose data you want to access.
InitiateOAuthRecommendedSpecifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working.GETANDREFRESH
OAuthClientIdRecommendedSpecifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.
OAuthClientSecretRecommendedSpecifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.)
PlatformRecommendedSpecifies the Microsoft Exchange platform to target when establishing a connection.Exchange_Online
SchemaRecommendedSpecifies the schema to use when connecting to the Microsoft Exchange platform.EWS
UserIdRecommendedSpecifies the Id of a Microsoft Exchange user whose data you want to access.

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>Always. For Exchange Online, use Server=' https://outlook.office365.com/EWS/Exchange.asmx'
outlook.office365.comIf Platform=Exchange_Online AND Schema=EWS
graph.microsoft.comIf Platform=Exchange_Online AND Schema=MSGraph
login.microsoftonline.comIf Platform=Exchange_Online (default) AND AuthScheme=AzureAD, AzureServicePrincipal, or AzureServicePrincipalCert
<KerberosKDC>:88If AuthScheme=Negotiate
<KerberosServiceKDC>:88If AuthScheme=Negotiate AND Kerberos topology uses multiple realms