Use-case: We needed to build a signup link for the organization login page. This requires us to pass a “redirect_uri” query parameter to the /authorize EP.
Yes, we also need to access redirect_uri in the template. A work around is to add the ext-redirect_uri in the request, but it is not ideal for sending duplicate data.
We’re also in the same boat. We also need the redirect_uri, as it seems there’s no other way around what we are trying to do. Yet Auth0 remains frustratingly silent on the issue, and any other related threads get closed because of inactivity.