I have an application with multiple markets that use the same tenant, when a user register we send the verification email but the ui doesn’t allow to create a dynamic redirect_to url with this format: {market}.myapp.com. I wonder if there is a way to update this value from a rule where I have the user market value so I can build the url as I need.
I understand that you’d like to have dynamic redirect_to URLs in your verification email template.
First, the Verification Email template dyanmic redirect to urls only allow 3 variables, namely the application.name, application.clientID and application.callback_domain. And as you have observed, you won’t be able to use the market value.