Pass data through Auth0

Hi @chris.howell,

Thanks for reaching out!

Please see my comment here: How to retrieve the referrer URL in an Auth0 Post Login Action? - #3 by marybeth.hunter

I used the acr_values property in my application to save the original URL (window.location.origin) and access it in an Action. In the Action, you could save it to the user’s metadata or set it as a custom claim.

Let me know if you have any questions!

Thanks,

Mary Beth