Email links with external authentication
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
You can use email links when using the digestive token external authentication, however, you must establish how to handle links in email notifications.
The default links 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 logging in on the instance login
page.
- Unencrypted HTTP technique to connect to the /demo instance (it does not navigate to specific record):
- Link (in an email notification) to a specific record, so that the user first goes
to the company's own login
portal:
You must 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 the instance preserving the segment necessary to access the specific record, and adding the SSO credentials to the end of the URL: