- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:19 AM
Hello everyone.
I want to log in using SSO when accessing an instance from a specific IP address.
Specifically, when accessing the instance login page (https://my-instance.service-now.com),
If the access source IP address is a specific value,
I would like to redirect to the following URL.
https://my-instance.service-now.com/login_with_sso.do?glide_sso_id=<IDP sysid>
(It has been confirmed that SSO login is possible by accessing the above URL)
But I don't know how to implement it.
Even if I search, I can only find information about redirect processing that operates after login.
Does anyone know of any good information? Please lend me your strength.
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:25 AM
Hi @Kurea ,
See if this helps:
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:50 AM
Thank you for your reply.
I have already checked the article you linked, and it looks a little different from the functionality you want to implement.
I don't want to implement a redirect that works after login.
When you access the instance login page (https://my-instance.service-now.com),
I want to redirect to another URL when the access source IP address is a specific value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 10:49 PM