Connect to Your Azure SQL Instance in SSIS ETL Process Using Modern Authentication

05 November 2024
KingswaySoft Support

Your database system is a vital network resource that your business depends on to ensure overall business success. With the wide adoption of cloud computers, your database system living in the cloud can be a vulnerable target to security breaches. Therefore, protecting your database access is a crucial task for you as a database professional. One way to enhance access control in SQL Server is by working with OAuth authentication, which allows secure, token-based access without sharing user credentials. Your modern compliance standards may have changed, and the current method, such as username/password with SQL Server authentication, falls short, or will in the near future. As businesses are looking to prioritize data security, traditional authentication methods in Azure SQL environments, like the popular SQL Server Authentication (which uses Username and Password), may no longer be sufficient when compared to OAuth2.0. However, the good news is you may work with our SQL Server components, which support multiple modern OAuth2.0 authentication methods.

In this blog post, we will go over the different supported authentication types and provide a working example with the popular Authorization Code Flow method, so you can feel confident making the change. The components we will be working with can be found within our SSIS Productivity Pack, which you can download and install onto your machine.

Configuring the Connection Manager 

In our example, we will be working with OAuth - Authorization Code; however, any of the authentication methods used to establish a connection would be considered modern and secure. Our components work with the Microsoft.Data.SqlClient assembly, which supports the OAuth methods listed below. Internally, the assemblies are loaded on demand; this makes the process much easier as you would not need to install/manage these drivers on your own.

We support the following three OAuth modes:

  • Client Credentials: Ideal for server-to-server access when there is no end-user involved. With this method, the client will be authenticating directly with Azure AD using the Client ID and Client Secret. This approach is simpler than the following two options, and there is no user involvement, which means customization would not be needed for user-level permissions.
  • Client Credentials with Certificate: Similar to the Client Credentials Method, but uses a certificate to authenticate your application. No password would be involved. Instead, a certificate file would need to be installed on the machine, and the thumbprint retrieved for your application after upload. This process may involve managing/renewing the certificate. However, the process of selecting a Certificate from a store and filtering by User/Machine to select your certificate can be done fully within our component (File System would be selected using this method).
  • Authorization Code: If you require a user to authenticate and obtain your permissions. This method would be suitable in cases where data needs to be accessed on behalf of a logged-in user.

In today's case, we will provide a working example of OAuth's Authorization Code type. You may use the Generate Token button to configure your authentication and authorize your access token to your Azure SQL environment. The relevant details we need to acquire may be found within your App found in your Azure Portal.

SQL Server Connection Manager - Authorization

  • Tenant Id: Unique identifier for an Azure Active Directory instance, which determines the organization or domain to authenticate users against.
  • Client Id: Unique identifier assigned to an application registered in Azure Active Directory, used to identify the app when authenticating.
  • Client Secret: String associated with an application in Azure Active Directory, which you would generate from within Azure Portal to be used to authenticate the app in OAuth flows.
  • Redirect URI: The URI to which users are redirected after authentication, you would need to configure or use a pre-defined URI set previously. Please note the URI must be accessible.

From the Scope property, you may open and select the available list to include, as well as be able to manually enter a scope into the field. We have included two scopes and they are separated by a space.

  • https://database.windows.net/.default:  This scope is available by default and it is required to connect to your SQL Server.
  • offline_access: This would be necessary if there is a token-refreshing mechanism required. In the case of the Authorization Code, we would want to include this scope.

Gathering Details from Azure Portal 

We can retrieve the details from our App within Azure Portal. You may search for App Registrations and select your Application, under the Overview section, you may take note of the Client ID of your app, as well as the Tenant ID.
Application Overview

You may generate a Client Secret by going to the Certificates & Secrets Tab and selecting 'New client secret'. You would provide the description and expiry timeframe, and when added, take note of the new secret value under Client Secrets.

App Client Secret

You may copy the Value for the secret you have created, as it will become obfuscated if you leave and open the Application page in Azure Portal (if a new secret value is needed, you may generate another).

New Client Secret

To set or see the available Redirect URIs from the App's Overview, click the Redirected URIs or go to the Authentication tab on the left side. You may copy an existing URI or select Add URI to add additional ones.

Redirect URI

 OAuth Configuration

Once you have the details above, we will be able to enter and then Sign in and Authorize. A physical token will be saved to the location chosen, and a password will be given to the token.

OAuth Configuration

Note that the same token can be used in another connection. Only the path to the token and the associated password would be needed.

SQL Server Connection Manager - Post Generation

The Dropdown list for Catalog/Databases is made available after the authentication step so you may select a database from your instance. Lastly, at this step, the connection manager would be set up, and you would just need to Test Connection to confirm the connection is successful.

Conclusion

In this blog post, we hope to have clarified by showing how to work with our SQL Server Connection Manager and set up an OAuth connection to your Azure SQL server choosing any of the three methods we support. In a few steps, you can start to perform integrations to your Azure Cloud Database in a more modern and secure way. This will allow you to future-proof your Integrations as you move away from current legacy authentications.

Archive

November 2024 3 October 2024 1 September 2024 1 August 2024 2 July 2024 1 June 2024 1 May 2024 1 April 2024 2 March 2024 2 February 2024 2 January 2024 2 December 2023 1 November 2023 1 October 2023 2 August 2023 1 July 2023 2 June 2023 1 May 2023 2 April 2023 1 March 2023 1 February 2023 1 January 2023 2 December 2022 1 November 2022 2 October 2022 2 September 2022 2 August 2022 2 July 2022 3 June 2022 2 May 2022 2 April 2022 3 March 2022 2 February 2022 1 January 2022 2 December 2021 1 October 2021 1 September 2021 2 August 2021 2 July 2021 2 June 2021 1 May 2021 1 April 2021 2 March 2021 2 February 2021 2 January 2021 2 December 2020 2 November 2020 4 October 2020 1 September 2020 3 August 2020 2 July 2020 1 June 2020 2 May 2020 1 April 2020 1 March 2020 1 February 2020 1 January 2020 1 December 2019 1 November 2019 1 October 2019 1 May 2019 1 February 2019 1 December 2018 2 November 2018 1 October 2018 4 September 2018 1 August 2018 1 July 2018 1 June 2018 3 April 2018 3 March 2018 3 February 2018 3 January 2018 2 December 2017 1 April 2017 1 March 2017 7 December 2016 1 November 2016 2 October 2016 1 September 2016 4 August 2016 1 June 2016 1 May 2016 3 April 2016 1 August 2015 1 April 2015 10 August 2014 1 July 2014 1 June 2014 2 May 2014 2 February 2014 1 January 2014 2 October 2013 1 September 2013 2 August 2013 2 June 2013 5 May 2013 2 March 2013 1 February 2013 1 January 2013 1 December 2012 2 November 2012 2 September 2012 2 July 2012 1 May 2012 3 April 2012 2 March 2012 2 January 2012 1

Tags