Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > SAP Concur > Connector Parameters 

Authentication

Server URL

This parameter contains the URL to the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

Client ID

This parameter contains the client ID of the OAuth2 credentials. It is used during the authentication with the API.

 

Technical Name

client_id

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

Client Id and Client Secret are provided during the application registration. For more information read the official documentation.

 

Client Secret

This parameter contains the client secret of the OAuth2 credentials. It is used during the authentication with the API.

 

Technical Name

client_secret

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

Client Id and Client Secret are provided during the application registration. For more information read the official documentation.

 

Refresh Token

This parameter contains the refresh token. Additionally to the Client Id and the Client Secret, it can be used for the initial authentication.

 

Technical Name

refresh_token

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

 

In some cases, this refresh token may be needed for initial authentication. If no refresh token is given, the grant_type client_credentials is used. If a refresh token is given, the grant_type refresh_token is used. Official documentation can be found here.