Skip to content

Commit

Permalink
Remove path from tre_url
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi authored and stuartleeks committed Jun 16, 2022
1 parent 428e5ff commit ed86a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_aad_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
# Then register an App for the TRE Core.
./scripts/aad/aad-app-reg.sh \
--name "${TRE_ID}" \
--tre-url "https://${TRE_ID}.${LOCATION}.cloudapp.azure.com/api/docs/oauth2-redirect" \
--tre-url "https://${TRE_ID}.${LOCATION}.cloudapp.azure.com" \
--admin-consent --automation-account

echo "Please copy the values above into your /templates/core/.env."
Expand Down

0 comments on commit ed86a50

Please sign in to comment.