I want to log in using SSO when accessing an instance from a specific IP address.

Kurea
Mega Guru

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,

1 ACCEPTED SOLUTION
3 REPLIES 3

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Kurea ,

 

See if this helps:

https://docs.servicenow.com/bundle/vancouver-platform-user-interface/page/build/service-portal/conce...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Kurea
Mega Guru

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.