How to Configure Your Teams Connector Using Web.config

The following advanced configuration settings are available in appSettings section of web.config file.

Key Name Value Type Description
GraphApiMessagesPageSize Positive integer The page size value to use in all Microsoft Graph API calls that enumerate channel messages.
GraphApiGetUsersPageSize Positive integer The page size value to use in all Microsoft Graph API calls that enumerate Azure AD An identity and access management solution from Microsoft that helps organizations secure and manage identities for hybrid and multicloud environments. users.

GraphApiGetGroupsPageSize

Positive integer The page size value to use in all Microsoft Graph API calls that enumerate Azure AD A directory service for Windows domain networks. A hierarchical structure that stores information about objects on the network. Used to manage permissions and control access to critical network resources. groups.

GraphApiDefaultPageSize

Positive integer

The page size value to use in all other Microsoft Graph API calls.

GraphAPITimeout Positive integer This specifies the timeout value, in seconds, for requesting Microsoft Graph API calls.
MaxRetriesValue Positive integer

Overwrites max value of retries in the Graph API request.

  • The value should be between 0 and 10

  • Default: 3

GraphEntryPoint String This setting specifies the Graph entry point. By default, this value is set to https://graph.microsoft.com.
AuthorityEntryPoint String This setting specifies the authority entry point. By default, this value is set to https://login.microsoftonline.com.