Add access to "redirect_uri" in Universal Login Page Template

Feature: Add access to “redirect_uri” in Universal Login Page Template

Description: It would be helpful to have access to the “redirect_uri” in the universal login page template as an “available variable”. Current documentation: https://auth0.com/docs/customize/login-pages/universal-login/customize-templates#page-template-variables

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.

Did you ever figure out a way around this?

The workaround is to add ext-redirect_uri, as the template can access ext- parameters.