You can not alter the redirect uri from the login page, by design and OAuth2 spec the value used for the callback MUST be the same as specified in the authorize call.
You can not alter the redirect uri from the login page, by design and OAuth2 spec the value used for the callback MUST be the same as specified in the authorize call.