Auth0 custom parameter with request

Hi Team,

I want to pass additional value to Auth0 when it redirect customer to Auth0 login screen and once login is successfully completed then want write one Rule to utilize that value which was sent with initial request to perform some activity.

any thought?

Hi @Jaydeeps03,

You can pass a custom param with the request to /authorize (i.e. "foo":"bar") and it will be available in rules via context.request.query.

There are quite a few topics in Community on this subject. If you would like more info, the search bar would be a great place to start. :smile:

1 Like