- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 05:54 AM
Hi,
I want to disable Single Sign On for my servicenow application. Is there a way to do that?
Thanks & Regards
Mohammed Farhan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 08:22 AM
you can login to your instance using side_door
e.g https://dev41006.service-now.com/side_door.do
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 01:17 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 11:55 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 08:22 AM
you can login to your instance using side_door
e.g https://dev41006.service-now.com/side_door.do
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2018 12:30 AM
Thank you Sachin.