Hello GD team, I set up Auth0 with my GD cloud ins...
# gooddata-cloud
c
Hello GD team, I set up Auth0 with my GD cloud instance. I want to redirect my users by default to https://xxx.cloud.gooddata.com/dashboards after they log in to offer a seamless experience. Is it feasible?
j
Hi Clement, You can find information on this here: https://www.gooddata.com/docs/cloud/manage-organization/set-up-authentication/oidc-code-flow/#RedirectURLs, let us know if you face any issues and provide a related traceID if needed.
c
Ok so from what I understand, it's not possible to modify / force the redirect URI. It's always the one entered by the user initialy. Do you confirm?
j
You can force a Different Redirect URI, but only indirectly, by controlling the entry point to the application. You cannot change the redirect URI once the login flow has started, but you _can_: Have users enter via a specific link, such as: https://xxx.cloud.gooddata.com/login?redirectTo=/dashboards • This ensures that after login, users land on
/dashboards
even if they were not already navigating there. • Embed this in your frontend (if you're building a custom app) or inside a redirect handler before forwarding to GoodData Cloud.