diff --git a/authentication/AzureAD/azuread-odm-script.zip b/authentication/AzureAD/azuread-odm-script.zip index 5ea7bd7..6f5b667 100644 Binary files a/authentication/AzureAD/azuread-odm-script.zip and b/authentication/AzureAD/azuread-odm-script.zip differ diff --git a/authentication/AzureAD/generateTemplate.sh b/authentication/AzureAD/generateTemplate.sh index 06351cd..f7b3840 100755 --- a/authentication/AzureAD/generateTemplate.sh +++ b/authentication/AzureAD/generateTemplate.sh @@ -67,7 +67,7 @@ fi if [[ ${AZUREAD_TENANT_ID} != "https://.*" ]]; then AZUREAD_SERVER_URL=https://login.microsoftonline.com/${AZUREAD_TENANT_ID} else - AZUREAD_SERVER_URL=${AZUREAD_SERVER_NAME} + AZUREAD_SERVER_URL=${AZUREAD_TENANT_ID} fi mkdir -p $OUTPUT_DIR && cp $TEMPLATE_DIR/* $OUTPUT_DIR diff --git a/authentication/AzureAD/sidecar-start.sh b/authentication/AzureAD/sidecar-start.sh deleted file mode 100644 index 5bc0d04..0000000 --- a/authentication/AzureAD/sidecar-start.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -while true -do - echo "synchronize groups and users every minute" - /tmp/sidecarconf/generate-user-group-mgt.sh -i -x -t -v - sleep 60 -done