I am using the PHP SDK to authorize users with the login() method. A redirect_uri is defined in Dashboard and also provided in the Auth0() object initialization. What I need is an additional (GET) parameter like “referrer” (Otherwise I would have to define multiple redirect_uris in Dashboard) so that I can redirect the user to a specific subpage after successfull login. So the parameter should be appended to the auth0 login url and after successfull login it shuld be appended to the redirect_uri.
Is that possible?