Using Custom Query Parameters in the New Universal Login Experience

Last Updated: Dec 18, 2024

Overview

With the classic universal login page, it is possible to use config.extraParams to access arbitrary parameters passed to /authorize. Is this possible with the new experience?

Applies To

  • Custom Query Parameters

Solution

It’s possible to access arbitrary /authorize parameters in the page template via transaction.params. See Custom query parameters for more details.

Please note that custom parameters must be prefixed with ext- to be accessible.