How to passing the auth0's parameter with post body to universal login page with Wordpress login by auth0 plugin

currently the wordpress auth0 plugin is adding the authorize parameter in the url, and using the wp_safe_redirect the url,
how can I switch the authorize parameter to post type body(not show it in the url), and redirect it to universal login page.