From 83e743d70407f73892490fab9929bf524fd92f32 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 4 Apr 2022 14:22:42 +0200 Subject: [PATCH] update audience documentation (#291) --- infrastructure_files/setup.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure_files/setup.env b/infrastructure_files/setup.env index 18acf28d3..1d5155a88 100644 --- a/infrastructure_files/setup.env +++ b/infrastructure_files/setup.env @@ -6,7 +6,9 @@ WIRETRUSTEE_DOMAIN="" WIRETRUSTEE_AUTH0_DOMAIN="" # e.g. 61u3JMXRO0oOevc7gCkZLCwePQvT4lL0 WIRETRUSTEE_AUTH0_CLIENT_ID="" -# e.g. https://app.mydomain.com/ +# e.g. https://app.mydomain.com/ or https://app.mydomain.com, +# Make sure you used the exact same value for Identifier +# you used when creating your Auth0 API WIRETRUSTEE_AUTH0_AUDIENCE="" # e.g. hello@mydomain.com WIRETRUSTEE_LETSENCRYPT_EMAIL=""