diff --git a/docker/logto-bootstrap.sh b/docker/logto-bootstrap.sh index c5347ab..6690dc7 100644 --- a/docker/logto-bootstrap.sh +++ b/docker/logto-bootstrap.sh @@ -442,7 +442,7 @@ if [ "$SERVER_HEALTHY" = "yes" ] && [ -n "$TRAD_SECRET" ]; then -H "Content-Type: application/json" \ -d "{ \"enabled\": true, - \"issuerUri\": \"$LOGTO_PUBLIC_ENDPOINT/oidc\", + \"issuerUri\": \"$LOGTO_ENDPOINT/oidc\", \"clientId\": \"$TRAD_ID\", \"clientSecret\": \"$TRAD_SECRET\", \"autoSignup\": true,