Hi,
I have a use-case where I want to intercept and modify the redirect that auth0 makes before redirect. For example, in below:
https://myfederate-qa.xxxx.com/as/authorization.oauth2?client_id=xxxx-Dev&scope=openid%20profile%20email&response_type=code&redirect_uri=https%3A%2F%2Fxxxx.auth0.com%2Flogin%2Fcallback&login_hint=test%40xxx.com&prompt=login&response_mode=query&state=xxxxx
I want to modify the login_hint before submission. How do I do that?