Email Links with SSO - "glide.email.override.url" property with Unencrypted http header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 03:37 AM
Hi,
I'm trying to figure out how should the "glide.email.override.url" property be configured so to have the email notification url considering the SSO authentication.
I have Unencripted HTTP header SSO and have configured the system to require SSO credentials even for the main ServiceNow login page.
Now if I create an Incident and try to get to the record via email notification URL I would not be able to connect becouse in the link there are no the SSO header.
If I read correctly you could set the "glide.email.override.url" property but I didn't understand how to set it.
Email Links with SSO
When using External Authentication (or SSO) that requires URL parameter additions, you will need to establish how you want links in email notifications to be handled. The out-of-box links simply contain a URL that directs you to a specific location in the instance, like an Incident or Change Request, without incorporating SSO credentials. Below are examples for directing the user to the location in the instance without them having to login on the instance login page.
To set this up you will need to set the "glide.email.override.url" property in your instance to contain the URL of the company portal page. If this property does not exist, you can create it.
- The company portal must then take that URL and construct the redirect URL to ServiceNow as follows, preserving the segment necessary to access the specific record, and adding the SSO credentials to the end of the URL:
https://<instance name>.service-now.com/nav_to.do?uri=incident.do?sys_id=009f8eda0a0a0b2b01ab4eb094223466%26sysparm_stack=incident_list.do%3Fsysparm_query=active=true&SM_USER
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 03:44 AM
Hi Luca,
Did you get a chance to review the below link:
Thanks,
Aditya Telidevara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 05:02 AM
I get
Page Not Found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 03:47 AM
Hi,
go through this Also check the property glide.email.override.url once, hope it will help you.
Thanks,
Sireesha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 03:49 AM
HI Luca,
The glide.email.override.url is used to override the URL that is sent on emails, if you want to send a link to the SSO URL you need to use the glide.authenticate.sso.redirect.idp property and set the value to the sys_id of your idp.