You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


REST API Connection configuration guidelines can be found here.

Azure Identity Connector's Connection type must always be specified as "azure-identity".

Properties specific to the Azure Identity Connector's Connection are described below.


On this page

Azure Identity Connection Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
tenantDomainYes-NoThe Azure tenant domain to be used."myTenantDomain.onmicrosoft.com"
identityCacheSizeNo-NoThe maximum number of identities to be cached.150
maxProcessThreadsNo10NoThe maximum number of processing threads for the identity extraction process.15
useProxyNofalseNoEnables the use of a proxy to get access to Azure endpoints.true
proxyHostNo-NoThe address of the proxy to be used."http://myproxy.mycompany.com"
proxyPortNo-NoThe port of the proxy to be used.9027
socketTimeoutNo"60000ms"NoSocket timeout value."120s"
connectTimeoutNo"60000ms"NoConnection timeout value"120s"
connectionRequestTimeoutNo"60000ms"NoConnection request timeout value"120s"
maxConnectionsNo150NoMaximum number of connection to the different Azure endpoints used.200
maxConnectionsPerRouteNo15NoMaximum number of connection to a specific Azure endpoint.20



Create example


$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")


  • No labels