acceptable-byte-34749
09/29/2025, 9:06 AMclaims.jsonnet
and now need to update identity-config
In the dev environment, the update worked successfully using:
ory --project $PROJECT_ID patch identity-config --workspace $WORKSPACE_ID \
--add '/session/whoami/tokenizer/templates/jwt_default={"jwks_url":"base64://'$JWK_B64_ENCODED'","claims_mapper_url":"base64://'$JSONNET_B64_ENCODED'","ttl":"'$JWT_TTL'"}' \
--format yaml
However, when running the same command against the prod environment, it fails with the following error:
Blocked
Request has been marked as malicious.
acceptable-byte-34749
09/29/2025, 9:11 AMjwt-default.jwk.prod.private.json
within jwks_url
property.
It worked with empty base64 "jwks_url":"base64://"
.high-optician-2097
stocky-king-5626
09/29/2025, 9:42 AM