Disabling the Service Portal SSO auto redirectionIssue Need to disable the Service Portal SSO auto redirect? The Login widget for Service Portal can be redirected to Single Sign On (SSO) under certain conditions. We'll show you how. The Login widget for Service Portal can be redirected to Single Sign On (SSO) when the following conditions are satisfied: If the user is not logged inMultiSSO is enabled using "glide.authenticate.multisso.enabled" system propertyDefault IDP is set using "glide.authenticate.sso.redirect.idp" system property ReleaseAllResolutionTo disable this auto redirection and you want the user to use the login pages for Service Portal, you need to add the following Additional options, JSON format to the widget instance of the Login widget: { "bypass_sso": { "value": "true", "displayValue": "true" } } Please Note: The header also has a login link which displays the same behavior, However the Login widget instance can be accessed by search for "login-modal" in the ID field for "sp_instance" table.