SQL Prompt 11

Custom Entra ID Authentication Configuration

SQL Prompt now supports configuring a custom Entra ID application to handle authentication using user-defined settings. This feature allows integration in both commercial Azure environments and national cloud environments such as Azure US Government

Set up Custom Entra ID Application

  1. Navigate to SQL Prompt → Options → Connections → Authentication Configuration
  2. Enable “Use custom authentication settings”
  3. Enter the following values:

Ensure your Entra ID application has the necessary API permissions granted and is registered in the appropriate Azure cloud (Commercial or US Gov)

App Configuration Steps

Register an app in Microsoft Entra ID, based on your cloud environment:

    • Search for Azure SQL Database
    • Choose Delegated permissions
    • Add the permission: user_impersonation

Locating Required Fields in the Azure Portal

  1. Client ID → Found in App registrations → Application (client) ID
  2. Redirect URI → Set in Authentication → Redirect URIs
  3. Scopes → Configured in API permissions → Add a permission



Didn't find what you were looking for?