We have an Advertisement site at https://bkwire.com - we use the Auth0 plugin to authenticate users(this works). Once the user is logged in, I would like them redirected to the app(different URL) - https://app.bkwire.com
I have set the Login Redirection URL and attempted to manipulate with redirect_to
but to no avail - upon successful login, we are always redirected back to https://bkwire.com/wp-admin
I have tried setting up a flow within Auth0 to redirect users but this results in a redirect loop.
Any help is greatly appreciated.