Skip to content

Commit 42c3a00

Browse files
committed
missing AZUREAD_TENANT_ID
1 parent 9d1533b commit 42c3a00

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed
-6 Bytes
Binary file not shown.

authentication/AzureAD/generateTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767
if [[ ${AZUREAD_TENANT_ID} != "https://.*" ]]; then
6868
AZUREAD_SERVER_URL=https://login.microsoftonline.com/${AZUREAD_TENANT_ID}
6969
else
70-
AZUREAD_SERVER_URL=${AZUREAD_SERVER_NAME}
70+
AZUREAD_SERVER_URL=${AZUREAD_TENANT_ID}
7171
fi
7272

7373
mkdir -p $OUTPUT_DIR && cp $TEMPLATE_DIR/* $OUTPUT_DIR

authentication/AzureAD/sidecar-start.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)