How to disable Single Sign On in Servicenow portal

Mohammed23
Kilo Contributor

Hi,

I want to disable Single Sign On for my servicenow application. Is there a way to do that?

Thanks & Regards

Mohammed Farhan

1 ACCEPTED SOLUTION

you can login to your instance using side_door

 

e.g https://dev41006.service-now.com/side_door.do

 

Regards,

Sachin

View solution in original post

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

You can make your application public which will disable SSO for your application.

Note: Making application public will be accessible for all external users.

 

Regards,

Sachin

Mohammed23
Kilo Contributor

Thanks Sachin,

But to make application public I need to login as Admin. And there is no user called Admin in my db.

Currently what I am doing is logging into developer.servicenow.com then reset admin password for my servicenow instance and do the changes, since I can't login as Admin because the moment I hit servicenow instance url it takes me to my UI login page where I authenticate the user for servicenow.

Can I please know how to login into my servicenow instance as admin.

 

Regards,

Mohammed Farhan

you can login to your instance using side_door

 

e.g https://dev41006.service-now.com/side_door.do

 

Regards,

Sachin

Mohammed23
Kilo Contributor

Thank you Sachin.