SharePoint REST Authentication

Version 23.3.8700


SharePoint REST Authentication


For the SharePoint REST connection type, select your authentication scheme below to proceed to the relevant section for your scheme. Then fill out the settings as specified in that section.

AzureAD

  1. For the AzureAD scheme, specify these settings:

    • Use Lake Information - Select True if you want to use lake information. The default setting is False.

    • OAuth Client Id - Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.

    • OAuth Client Secret - Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.

  2. Enter a value for the Storage Base URL property. This value is the base S3 service URL. Make sure to specify the full URL (for example, http: //127.0.0.1:9000).

  3. Click Connect to CSV to connect to your CSV account.

  4. Complete the remaining steps for establishing your connection.

AzureMSI

  1. Enter a value for the Storage Base URL property. This value is the base S3 service URL. Make sure to specify the full URL (for example, http: //127.0.0.1:9000).

  2. Click Connect to CSV to connect to your CSV account.

  3. Complete the remaining steps for establishing your connection.

AzureServicePrincipal

  1. For the AzureServicePrincipal scheme, specify these settings:

    • Azure Tenant - Enter the Microsoft Online tenant. If you do not specify a tenant, the default tenant is used.

    • OAuth Client Id - Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.

    • Scope - Enter the scope that you want to use to obtain the initial access and refresh token.

    • OAuth Grant Type - Select the grant type for your OAuth flow. The default scope is CODE.

    • OAuth Authorization URL - Enter the URL where the user logs into the service and grants permissions to the application. In OAuth 1.0, if permissions are granted, the request token is authorized.

    • OAuth Access Token URL - Enter the URL where the request for the access token is made. In OAuth 1.0, the authorized request token is exchanged for the access token.

    • OAuth Refresh Token URL - Enter the URL from which to refresh the OAuth token.

  2. Enter a value for the Storage Base URL property. This value is the base S3 service URL. Make sure to specify the full URL (for example, http: //127.0.0.1:9000).

  3. Click Connect to CSV to connect to your CSV account.

  4. Complete the remaining steps for establishing your connection.