Link/URL to Service Catalog Item doesn't pass through to destination after Login

Sarah50
Kilo Expert

We have an internet page that will have direct links to specific catalog items. I've constructed the URL and it works great if I'm already logged in. If I logout, then try the link, it redirects me to the login page which is appropriate but after I login it drops me off at the home page and doesn't carry the link through to the original destination.

This is also true of the link to the survey we send customers - if logged in, works great send them right to the survey, not logged in, home page.

What am I doing wrong? Is there a system property somewhere I'm missing?

Thanks!

7 REPLIES 7

Sarah50
Kilo Expert

Oh i should also mention, the same behavior occurs with the "out-of-box" LINK in email notifications for assignments, etc

thanks!


benn32
Kilo Contributor

Check out this thread. It helped us resolve a similar issue...
Users Forced to Login When Clicking on a SN Link (Even though they are already logged in)...


Sarah50
Kilo Expert

did you have to build the glide.servlet.uri and if so what were the parameters of that? we do not have this in our system properties.


benn32
Kilo Contributor

Yes, we had to create a new record in the system property table called glide.email.override.url
Type: String
Value: https://{instance URL}/nav_to.do
ex: https://myinstance.service-now.com/nav_to.do

I believe this is a known bug that will be (or may have been) fixed in a future release.

Hope that helps.