- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2018 06:01 AM
We have client that decided to use SSO for their SN access which most people considers best practice. Then the client purchased Vendor Risk Management and based on the SN defined standard VRM vendor user management workflow* and the large number of vendors decided to use SN internal user management and auth for Vendor user accounts.
So for this to work we need to bypass SSO on the Vendor Portal login but everything we have tried has failed. Has anyone been able to find a solution for this? i.e. you go to https://clientname.service-now.com/vdp
*SN’s standard workflow for VRM around vendor user management focuses on the fact that once you setup a primary contact with a vendor then the vendor can largely self-manage their users for adding users, assign task to users or removing access for their own Vendor assessments.
Solved! Go to Solution.
- Labels:
-
Vendor Risk Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 06:37 AM
This is our fix:
- Go to sys_public.list
- Validate that $sp Active is set to True
- Go to Service Portal > Widgets
- Clone the Login widget to something like VDP Login (id – vdp-login)
- Open VDP Login widget and edit the Server Script
- Comment out this line:
var bypass_sso = options.bypass_sso == "true";
- Add this line below the commented line:
var bypass_sso = true;
- Go to Service Portal > Pages
- Open vdp_login
- Then under related links pick “Open in Designer”
- Then delete the current Login Widget and replace with new VPD Login widget
- Launch the VDP Portal login to test, i.e. https://NAME.service-now.com/vdp

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2018 06:14 AM
Have you tried using https://clientname.service-now.com/side_door.do? This bypasses the SSO login, but I'm not sure if it gets you to the vdp portal page properly. Give it a try and let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2018 06:24 AM
We have tried that but Vendor accounts are marked as external accounts so they can't use that login page, only the VDP Login page which is auto redirecting to SSO.
Also not the client is still on Jakarta but they are upgrading to London in Q1/2019.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 01:53 AM
Hi Shawn,
I am also facing same issue and ServiceNow suggested us to use multi provider SSO to bypass SSO for Vendor Portal.
Please let me know if you find any solution for this.
Regards,
Karuna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 01:55 AM
One solution is, when you mark sys_public page $sp =true, then it automatically redirects to vdp login page.