Databricks with private link

Phuong Dinh 1 Reputation point
2022-10-14T04:27:24.083+00:00

hi, i 'm following this guide to set up secured a databricks cluster: https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/private-link#dns

So i only have 1 vnet and 3 subnet inside: public-subnet, private-subnet, privatelink-subnet.
I also have 2 private endpoints for databricks :

  • databricks_ui_api with adb-5969576665699794.2.databricks.azure.us 10.52.52.4
  • browser_authentication: usgovvirginia.pl-auth.databricks.azure.us 10.52.52.5

note that i dont create an extra private auth workspace.

When i go to usgovvirginia.pl-auth.databricks.azure.us, the browser return error:

AADSTS50011: The redirect URI 'https://usgovvirginia.pl-auth.databricks.azure.us/login.html' specified in the request does not match the redirect URIs configured for the application '2ff814a6-3304-4ab8-85cb-cd0e6f879c1d'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.

Do you know what i 'm missing or wrong ? thanks

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,917 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 77,081 Reputation points Microsoft Employee
    2022-10-17T05:49:25.903+00:00

    Hello @Phuong Dinh ,

    Thanks for the question and using MS Q&A platform.

    This error occurs if the redirect URI that the application sent doesn't match any of the redirect URIs that are registered on the application itself.

    For more details, refer to Error AADSTS50011: The redirect URI specified in the request does not match.

    1 person found this answer helpful.