Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Microsoft Intune > Connector Parameters 

Authentication

Server URL

This parameter represents the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

https://graph.microsoft.com

Example Values

https://graph.microsoft.com

 

Documentation on beta endpoint reference

 

Client ID

This parameter should contain the client ID which is associated with the account and together with the client secret part of the credentials used for the OAuth2 authentication.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

n/a

Example Values


 

In order to execute the connector ti is required to set up an authorized app (service principal) in Azure that has been assigned the Reader role. The simplest way to achieve that is to use the Azure command line interface (CLI) like described in the official documentation. The response contains the necessary credentials:

appID (clientID)

password (clientSecret), and

tenantID (this is the ID of the underlying Azure Active Directory).

 

Client Secret

This parameter should contain the client secret that has been generated for the app in the app registration portal. This parameter is used for client secret authentication. When a client certificate is provided, the client secret is ignored.

 

Technical Name

client_secret

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

 

Supply EITHER a client secret OR a private key AND a certificate. In order to execute the connector it is required to set up an authorized app (service principal) in Azure that has been assigned the Reader role. The simplest way to achieve that is to use the Azure command line interface (CLI) like described in the official documentation. The response contains the necessary credentials:

appID (clientID)

password (clientSecret), and

tenantID (this is the ID of the underlying Azure Active Directory).

 

Client Certificate

This parameter contains the client certificate used for certificate-based authentication, provided as a base-64 encoded string. When this parameter is set, the client secret is ignored and certificate authentication is used instead.

 

Technical Name

client_certificate

Category

Authentication

Type

Password

Default Value

n/a

Example Values


 

Client Certificate Authority Host

This optional parameter specifies the URI of the certification authority used for certificate-based authentication. When left empty, the default Azure authority host is used.

 

Technical Name

client_certificate_authority_host

Category

Authentication

Type

String

Default Value

n/a

Example Values


 

Send Client Certificate Chain

This parameter controls whether the full certificate chain is sent to the server during certificate-based authentication. Set this parameter to true when the server requires the complete chain for validation.

 

Technical Name

client_certificate_send_certificate_chain

Category

Authentication

Type

Boolean

Default Value

false

Example Values

true, false

 

Tenant

This parameter contains the directory tenant that permission shall be requested from. This can be in a GUID or friendly name format.

 

Technical Name

tenant

Category

Authentication

Type

String

Default Value

n/a

Example Values