Redirect error in access to web app in Azure Databricks with private front endpoint

FerArribas
Contributor

I have created a workspace with private endpoint in Azure following this guide:

https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/p...

Once I have created the private link of type browser_authentication and I try to log in to the Web UI and the redirect fails:

AADSTS50011: The redirect URI 'https://centralus-c2.pl-auth.privatelink.azuredatabricks.net/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.

That redirect url doesn't seem to be allowed in the business application (2ff814a6-3304-4ab8-85cb-cd0e6f879c1d) in Azure AD...

Thanks,