diff --git a/ocr/scripts/fetch-auth0-token.sh b/ocr/scripts/fetch-auth0-token.sh index 237d885..ad0837a 100755 --- a/ocr/scripts/fetch-auth0-token.sh +++ b/ocr/scripts/fetch-auth0-token.sh @@ -14,7 +14,7 @@ set -e CLIENT_ID_FILE="/run/secrets/auth0-ocr-client-id" CLIENT_SECRET_FILE="/run/secrets/auth0-ocr-client-secret" -AUTH0_DOMAIN="motovaultpro.auth0.com" +AUTH0_DOMAIN="motovaultpro.us.auth0.com" AUDIENCE="https://iam.googleapis.com/projects/487954699429/locations/global/workloadIdentityPools/motovaultpro-pool/providers/auth0-provider" # Read credentials from Docker secrets