I expected the event of the onExecutePreUserRegistration to have the request.body populated with the custom parameters as described in the documentation. Actions Triggers: pre-user-registration - Event Object (auth0.com). However when I use the web task logs extension to print out the event object the body is empty. Am I interpreting the documentation for this action incorrectly?
Looking at the source for auth0-spa-js, response_mode doesn’t come from authorizationParams it comes from authorizationOptions which there doesn’t seem to be a way to set that.