Setting up ServicePortal while using SSOIssue Single Signon and ServicePortal There are no special settings for SSO in relation to the ServicePortal, but the following items are important to note: The portal requires that the glide.authenticate.sso.redirect.idp property is set to the default / auto-redirect IdP record's sys_idAny public page that contains the login widget on it will always force IdP authentication. The login widget will execute the SSO redirect code, even if the page is public and should not require authenticationAny non-public page that does not contain the login widget will not perform IdP authentication. Add the login widget to a page that is the first non-public page after a set of public pages that do not require authenticationIf the /sp or similar URL prefix requires SSO redirect, ensure to set the login page to the out of box landing, or another login page that executes SSO redirects.