Redirect URLs
You might have a case where you want to create hyperlinks to certain Connect pages from your internal system. Connect supports redirect URLs on login page to help with this. This allows you to link operators to Connect's login page and after successful login the operator will redirected to the given link.
Redirects work by adding redirectUrl search parameter to login path and after that adding either an absolute URL or just the path where redirection should go.
For example:
https://connect.emabler.io/login?redirectUrl=https%3A%2F%2Fconnect.emabler.io%2Fsites
or
https://connect.emabler.io/login?redirectUrl=%2Fsites
Both of these examples will redirect the operator to Sites page.
Please note: Redirect URL should work with either being URL encoded or not, but results may vary per browser.