Skip to content

Commit

Permalink
missing AZUREAD_TENANT_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouly committed Nov 20, 2024
1 parent 9d1533b commit 42c3a00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
Binary file modified authentication/AzureAD/azuread-odm-script.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion authentication/AzureAD/generateTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions authentication/AzureAD/sidecar-start.sh

This file was deleted.

0 comments on commit 42c3a00

Please sign in to comment.