What I’d like to do is to add a deeper URI to redirect_uri: window.location.origin so I can bounce my user to the deep link they requested. However this seems to require specifying each and every possible valid URI in the Auth0 back-end.
If I’m not mistaken, under the Allowed Calback URLs in your Auth0 tenant, you can add wildcard for the subdomain, like https://*.example.com, but not this way https://example.com/*
Thank you. It was really the latter (wildcards in URI) I was after, but if that’s not possible, then the state solution outlined in the linked docs would seem to be the way to go.