How to redirect employee center url to servicenow login page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 11:38 PM - edited 01-26-2025 11:43 PM
Hi,
I am looking for an option to redirect an Employee center url to servicenow login page. When a user directly trying to use the Employee center URL they are getting to a blank page as below:
Help me to redirect the https://instance.service-now.com/esc to https://instance.service-now.com/login.do and once the credentials are added the user should get redirected to the Employee center home page.
The servicenow instance are SSO enables. Let me know if I have to check any additional configuration.
I have add the following configuration but not sure its correct.
Thanks in advance.
Sonali.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 03:33 AM
What is the message on the screen '
Please add the field 'Enable certificate based authentication' using Form Layout to enable the feature. More Details'
Is there any need to have this to enable the login page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 03:52 AM
Hello @sonalin
Try this:
Navigate to sys_properties table and look for record
- Name: "glide.authenticate.mutual.enabled"
- Value: true
Value should be enabled to true.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 04:04 AM - edited 01-28-2025 04:06 AM
The property value for glide.authenticate.mutual.enabled is true.
Issue seems to be with Login page redirect only. when I am checking portals with landing page are prompting to landing page credentials.
Like i tried https://instance.service-now.com/idea whose Login page value is login.do is also resulting in blank screen.