Redirect Automatically to SSO IdP Authentication from the Instance Login Page (/login.do) SummaryIf an instance is configured with an SSO Identity Provider (IdP) and the 'Auto-redirect IdP' option is enabled any non-logged in users accessing the instance will be automatically redirected to the Identity Provider (IdP) to authenticate. This automatic redirection does not occur on public pages, since by definition they're viewable by users without requiring a logged-in session. The Login (/login.do) page is a public page by-design, to enable login using local (User[sys_user]) accounts. If this isn't the required behaviour it can be changed. ReleaseAll current ServiceNow versionsInstructionsYou can change this behaviour by making the login page non-public:- type 'sys_public.list' (no quotes) into the navigation bar and press enter- create a new entry with Page=login and Active=falseOnce this is done login.do is no longer public and browsing to https://INSTANCENAME.service-now/login.do should automatically trigger the redirect to your IdP. Note that users with local accounts (e.g. admins) can still login using /side_door.do