Hey there @sebastian3 !
Looking at the Auth0’s Authentication API:
- The redirect_uri query parameter of the /authorize request takes the value of the URL you intend the user back to once authenticated.
This topic describes the implementation for the React app but looking analogically and taking away SDKs, in your app, you would define the user’s current window location (current URL) and use the value it translates to for the redirect_uri.