Adding external login on login page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2022 06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2022 06:26 AM
External log in is actually authentication via 3rd party identity providers. If you want your users to log in to the instance with local user & password then you can use the URL mentioned in your linked article, i.e. http://<your-instance>.service-now.com/side_door.do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2022 06:42 AM
http://<your-instance>.service-now.com/side_door.do - This URL is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 04:10 AM
You can also use /login.do instead of /side_door.do to use local login. Both should work actually.