diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index 7c0cdf6140bd948beb93350d396e00cbbc56d1d8..ad3d128f3d44475fa041143acb1b5df1f2860af8 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}