Hey! Hopefully this is the correct channel to ask ...
# troubleshoot
b
Hey! Hopefully this is the correct channel to ask this - We’re using SSO with Okta and would like to be able to hyperlink to a specific dataset in the UI, allowing the user upon clicking the link to be taken straight to that dataset. We’re finding that if the user isn’t already logged into Datahub via Okta, clicking the link and inputting their credentials into Okta redirects them to the home page of Datahub rather than the dataset. This isn’t the case without SSO, where after inputting their credentials into the Datahub modal it will resolve to the full path in the url and present the dataset in the UI. Is this intentional/by design?
Oh, we’ve just spotted this
Copy code
setDefaultUrl("/"); // By default, redirects to Home Page on log in.
f
is there a way to override the default here?
a
Hi Ryan, you should be able to change the default with the snippet of code Glenn added!