Problem statement
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?
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.