From d001d8e0876d5a59741a121cd1d4ee4d852ecd71 Mon Sep 17 00:00:00 2001 From: Abhishek Patil <abpatil@microsoft.com> Date: Tue, 3 Nov 2020 10:24:31 +0530 Subject: [PATCH] AAD auth disabled --- .../indexer-azure/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties index 7c0cdf614..ad3d128f3 100644 --- a/provider/indexer-azure/src/main/resources/application.properties +++ b/provider/indexer-azure/src/main/resources/application.properties @@ -50,8 +50,8 @@ azure.activedirectory.app-resource-id=${aad_client_id} #AzureADconfiguration, commented below settings to disable AAD AuthN , #Uncomment it In the Istio AUTHN disabled Scenario -azure.activedirectory.session-stateless=true -azure.activedirectory.client-id=${aad_client_id} +#azure.activedirectory.session-stateless=true +#azure.activedirectory.client-id=${aad_client_id} # Istio Auth Enabled azure.istio.auth.enabled=${azure_istioauth_enabled} -- GitLab